diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-08 16:15:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-08 16:15:33 +0800 |
commit | 9806b642c6f1e0201a40a19a2c2f24cff8bcd283 (patch) | |
tree | 90c884832c2414fc2fac8e24e90ea7271847c71c | |
parent | 244ac64b20b707edf0ce00b187acadecbfa30a72 (diff) | |
download | marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.tar marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.tar.gz marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.tar.bz2 marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.tar.lz marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.tar.xz marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.tar.zst marcuscom-ports-9806b642c6f1e0201a40a19a2c2f24cff8bcd283.zip |
Actualy make pkgnamesuffix overwrite able and clear it for gnome-pty-helper.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18943 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gnome-pty-helper/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/vte3/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile index 88e2648fc..d08a988f1 100644 --- a/x11-toolkits/gnome-pty-helper/Makefile +++ b/x11-toolkits/gnome-pty-helper/Makefile @@ -1,9 +1,10 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11-toolkits/gnome-pty-helper/Makefile 18942 2013-12-08 01:31:37Z kwm $ PORTNAME= gnome-pty-helper PORTREVISION= 0 +PKGNAMESUFFIX= #empty COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index c998d0f7d..a69c7f4a4 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 18941 2013-12-08 01:18:10Z kwm $ PORTNAME?= vte PORTVERSION= 0.34.7 @@ -9,7 +9,7 @@ CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R} DISTNAME= vte-${PORTVERSION} -PKGNAMESUFFIX= 3 +PKGNAMESUFFIX?= 3 DIST_SUBDIR= gnome3 MAINTAINER?= gnome@FreeBSD.org |