diff options
-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 |