diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 15:04:34 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 15:04:34 +0800 |
commit | 159f750b5953f8a4e5acfa8086012f5905fab16d (patch) | |
tree | b580576a8e40edeb0f4ed54d0dc02680f6c7df67 /sysutils/gconf-editor | |
parent | 5f347637779a3de06920d64ef20a8faea9314375 (diff) | |
download | marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.tar marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.tar.gz marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.tar.bz2 marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.tar.lz marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.tar.xz marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.tar.zst marcuscom-ports-159f750b5953f8a4e5acfa8086012f5905fab16d.zip |
Change the MASTER_SITE_SUBDIR from:
sources/${PORTNAME}/[0-9]
To:
sources/${PORTNAME}/${PORTVERSION:R}
Lazy way is nice. ;-) Those have been tested.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5898 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor')
-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 73da4769f..03978b302 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.45 2006/03/02 21:02:59 mezz Exp $ +# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.46 2006/03/12 22:36:45 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}/2.14 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |