aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-25 13:30:22 +0800
committermiwi <miwi@FreeBSD.org>2014-05-25 13:30:22 +0800
commit068ecece82354ac33a174d580f3a5929f4ee48a4 (patch)
tree8218d1577f15015c4e5afad5b1271aa8640c28b2 /www
parentd6906ac187d028d410a202325440bc1d3a989bb7 (diff)
downloadfreebsd-ports-gnome-068ecece82354ac33a174d580f3a5929f4ee48a4.tar.gz
freebsd-ports-gnome-068ecece82354ac33a174d580f3a5929f4ee48a4.tar.zst
freebsd-ports-gnome-068ecece82354ac33a174d580f3a5929f4ee48a4.zip
- Stage support
PR: 190113 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer
Diffstat (limited to 'www')
-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)