diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 01:00:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 01:00:00 +0800 |
commit | 1fdcc1e99085b1f828589a03834a8507bbd4a1e6 (patch) | |
tree | 8b6e6e8fbbccaee69a1a3a0ce52731d008eb23b4 /www | |
parent | 7cd3f16727c023d98e3cdab9b0ec16533ea494b5 (diff) | |
download | freebsd-ports-gnome-1fdcc1e99085b1f828589a03834a8507bbd4a1e6.tar.gz freebsd-ports-gnome-1fdcc1e99085b1f828589a03834a8507bbd4a1e6.tar.zst freebsd-ports-gnome-1fdcc1e99085b1f828589a03834a8507bbd4a1e6.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/mybb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/mybb/Makefile b/www/mybb/Makefile index 81033f416427..c1b388d22f18 100644 --- a/www/mybb/Makefile +++ b/www/mybb/Makefile @@ -19,15 +19,13 @@ USE_MYSQL= yes SUB_FILES= pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} -NO_STAGE= yes .include <bsd.port.pre.mk> do-install: - @${MKDIR} ${WWWDIR} - ${CP} -R ${WRKSRC}/ ${WWWDIR} - ${TOUCH} ${WWWDIR}/inc/config.php - @${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php ${WWWDIR}/inc/settings.php - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} + ${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php + @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/inc/config.php ${STAGEDIR}${WWWDIR}/inc/settings.php create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \ |