summaryrefslogtreecommitdiffstats
path: root/editors/gedit
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-13 14:59:12 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-13 14:59:12 +0800
commit5f347637779a3de06920d64ef20a8faea9314375 (patch)
treede8cc227bc9d75950ddeac94e57e76f72e6b1ee8 /editors/gedit
parentb7c8e334492186f2ab9d47149e3ce4b5cfee1e2f (diff)
downloadmarcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.tar
marcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.tar.gz
marcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.tar.bz2
marcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.tar.lz
marcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.tar.xz
marcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.tar.zst
marcuscom-ports-5f347637779a3de06920d64ef20a8faea9314375.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@5897 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit')
-rw-r--r--editors/gedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index f0875d7c9..4bb277967 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -3,14 +3,14 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/editors/gedit/Makefile,v 1.27 2006/03/06 18:48:09 marcus Exp $
+# $MCom$
#
PORTNAME= gedit
PORTVERSION= 2.14.0
CATEGORIES= editors 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