diff options
Diffstat (limited to 'x11/gnometerminal')
-rw-r--r-- | x11/gnometerminal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index c96f929f6..87c53a8b2 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.63 2006/03/04 20:09:44 mezz Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.64 2006/03/13 01:21:05 mezz Exp $ # PORTNAME= gnometerminal PORTVERSION= 2.14.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-terminal/2.14 +MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:R} DISTNAME= gnome-terminal-${PORTVERSION} DIST_SUBDIR= gnome2 |