summaryrefslogtreecommitdiff
path: root/www/gallery3/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-01-01 19:42:15 +0000
committerPatrick Li <pat@FreeBSD.org>2003-01-01 19:42:15 +0000
commit0465a362b2551df3d3d5c2056a7da8a50f78d727 (patch)
tree76ebd7a1d27e4c273abc6b399975132d1a3c4a02 /www/gallery3/Makefile
parent- Use PERL_LEVEL to distinguish installed perl version. (diff)
Update to 1.3.3
PR: ports/46639 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72088
Diffstat (limited to 'www/gallery3/Makefile')
-rw-r--r--www/gallery3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile
index 0fa08fa92e44..e7acd19f5dc2 100644
--- a/www/gallery3/Makefile
+++ b/www/gallery3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gallery
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,10 +26,6 @@ EXCEPTFILES= ${DOCFILES} LICENSE.txt
CPIO= cpio --quiet -pdum -R
PLIST_SUB= GALLERYDIR=${GALLERYDIR}
-GALLERYDIR?= www/data/gallery
-WWWOWN?= www
-WWWGRP?= www
-
pre-fetch:
.if !defined(GALLERYDIR)
@${ECHO_MSG} ""
@@ -37,6 +33,10 @@ pre-fetch:
@${ECHO_MSG} ""
.endif
+GALLERYDIR?= www/data/gallery
+WWWOWN?= www
+WWWGRP?= www
+
post-configure:
@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \
-e 's#%%GALLERYDIR%%#${GALLERYDIR}#g' pkg-message > ${PKGMESSAGE}