diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 17:00:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 17:00:32 +0000 |
commit | bc53bf3c005679e2aba098f11a99267e4a79b8b5 (patch) | |
tree | e447a91cc4d4ae6fdc198f8aaedaf93167d1cafd /www | |
parent | 2618408147fe1be510302fdfcccbb7f9944cf154 (diff) | |
download | ports-bc53bf3c005679e2aba098f11a99267e4a79b8b5.tar.gz ports-bc53bf3c005679e2aba098f11a99267e4a79b8b5.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/dotclear/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/dotclear/Makefile b/www/dotclear/Makefile index 0b8b27741297..05c1e60e20a4 100644 --- a/www/dotclear/Makefile +++ b/www/dotclear/Makefile @@ -16,15 +16,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} 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 - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} + ${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php + @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/inc/config.php create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \ |