aboutsummaryrefslogtreecommitdiff
path: root/www/gallery3
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-25 05:30:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-25 05:30:22 +0000
commit43a56b857a6476a89fce970683f6129de755930f (patch)
tree8218d1577f15015c4e5afad5b1271aa8640c28b2 /www/gallery3
parentac44e15662b96523e8975743c63508e07894a171 (diff)
downloadports-43a56b857a6476a89fce970683f6129de755930f.tar.gz
ports-43a56b857a6476a89fce970683f6129de755930f.zip
- Stage support
PR: 190113 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=355127
Diffstat (limited to 'www/gallery3')
-rw-r--r--www/gallery3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile
index 7f3da51fcc30..9d992a9c2417 100644
--- a/www/gallery3/Makefile
+++ b/www/gallery3/Makefile
@@ -25,7 +25,6 @@ OPTIONS_DEFINE= DCRAW FFMPEG GD GRAPHMAGICK IMAGEMAGICK JHEAD \
NETPBM NLS UNZIP
OPTIONS_DEFAULT= IMAGEMAGICK JHEAD UNZIP
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(GALLERY3DIR)
@@ -76,8 +75,8 @@ RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
.endif
do-install:
- @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
+ @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
.if !defined(BATCH)