aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-06-05 14:22:38 +0800
committermiwi <miwi@FreeBSD.org>2014-06-05 14:22:38 +0800
commitd368c2485ae0dea30a2b8edaa73a2f287d3f5fd4 (patch)
treeb3a2743edfae2cce35057ad08246c4c14439ae3a /www
parentaa9d5d0a9b2ccd9d162f598accd815da4df7d68c (diff)
downloadfreebsd-ports-gnome-d368c2485ae0dea30a2b8edaa73a2f287d3f5fd4.tar.gz
freebsd-ports-gnome-d368c2485ae0dea30a2b8edaa73a2f287d3f5fd4.tar.zst
freebsd-ports-gnome-d368c2485ae0dea30a2b8edaa73a2f287d3f5fd4.zip
- Stage support
PR: 190292 dd
Diffstat (limited to 'www')
-rw-r--r--www/nibbleblog/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/nibbleblog/Makefile b/www/nibbleblog/Makefile
index 45c7701ecbac..44ceefacc5ae 100644
--- a/www/nibbleblog/Makefile
+++ b/www/nibbleblog/Makefile
@@ -22,7 +22,6 @@ USE_PHP= session filter xml simplexml gd
PKGMESSAGE= ${MASTERDIR}/pkg-message
SUB_FILES= pkg-message
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE}
@@ -33,9 +32,9 @@ RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
.endif
do-install:
- @${MKDIR} ${WWWDIR}
- @${CP} -r ${WRKDIR}/${PORTNAME}/ ${WWWDIR}
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ @${CP} -r ${WRKDIR}/${PORTNAME}/ ${STAGEDIR}${WWWDIR}
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
post-install:
${CAT} ${PKGMESSAGE}