diff options
Diffstat (limited to 'www/gallery2/Makefile')
-rw-r--r-- | www/gallery2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index 0fa08fa92e44..e7acd19f5dc2 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/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} |