aboutsummaryrefslogtreecommitdiffstats
path: root/www/gallery/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2003-01-02 03:42:15 +0800
committerpat <pat@FreeBSD.org>2003-01-02 03:42:15 +0800
commit0ea846a9f500ff3a2e922de301bc58801a08f59f (patch)
tree77b7ef093947282646a523a9d2ac717febd5e121 /www/gallery/Makefile
parent477ce6dedb3aa1c252c07b37f55c3c690ccd6a67 (diff)
downloadfreebsd-ports-gnome-0ea846a9f500ff3a2e922de301bc58801a08f59f.tar.gz
freebsd-ports-gnome-0ea846a9f500ff3a2e922de301bc58801a08f59f.tar.zst
freebsd-ports-gnome-0ea846a9f500ff3a2e922de301bc58801a08f59f.zip
Update to 1.3.3
PR: ports/46639 Submitted by: maintainer
Diffstat (limited to 'www/gallery/Makefile')
-rw-r--r--www/gallery/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile
index 0fa08fa92e44..e7acd19f5dc2 100644
--- a/www/gallery/Makefile
+++ b/www/gallery/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}