diff options
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 2aefbef51..056c83cb3 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.47 2006/03/13 07:04:33 mezz Exp $ +# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.48 2006/03/13 19:31:43 mezz Exp $ # PORTNAME= gconf-editor @@ -11,7 +11,7 @@ PORTVERSION= 2.14.0 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |