diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-08 07:54:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-08 07:54:12 +0000 |
commit | 3b347fb149bdae30a23f98020edddd5ba899a27e (patch) | |
tree | d42e7f71b19ccb36856ffd6309d65431ce3ca6f4 /www/gallery3/Makefile | |
parent | d2dc765082d8f8d5d5527905abad272186fadbc5 (diff) | |
download | ports-3b347fb149bdae30a23f98020edddd5ba899a27e.tar.gz ports-3b347fb149bdae30a23f98020edddd5ba899a27e.zip |
Notes
Diffstat (limited to 'www/gallery3/Makefile')
-rw-r--r-- | www/gallery3/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index d5056255f736..6a32cf946b63 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -7,10 +7,10 @@ PORTNAME= gallery3 PORTVERSION= 3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www -MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION}-rc-2 -DISTNAME= gallery-${PORTVERSION}-rc-2 +MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION} +DISTNAME= gallery-${PORTVERSION} MAINTAINER= appleboy.tw@gmail.com COMMENT= Web based photo album organizer written in PHP @@ -40,6 +40,7 @@ OPTIONS= NETPBM "Enable netpbm support" off \ USE_PHP+= gd RUN_DEPENDS+= pngtogd:${PORTSDIR}/graphics/gd .endif + .if defined(WITH_NLS) USE_PHP+= gettext USE_GETTEXT= yes # Pet portlint @@ -75,16 +76,16 @@ RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw .if defined(GALLERY3DIR) # Continue to support legacy GALLERY3DIR variable -WWWDIR= ${GALLERY3DIR} +WWWDIR= ${GALLERY3DIR} .endif do-install: - @cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${WWWDIR}/ - @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ + @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/ + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} .if !defined(BATCH) - @ ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .endif .include <bsd.port.post.mk> |