From 0ea846a9f500ff3a2e922de301bc58801a08f59f Mon Sep 17 00:00:00 2001 From: pat Date: Wed, 1 Jan 2003 19:42:15 +0000 Subject: Update to 1.3.3 PR: ports/46639 Submitted by: maintainer --- www/gallery/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/gallery/Makefile') 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} -- cgit