From bc53bf3c005679e2aba098f11a99267e4a79b8b5 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 5 Feb 2014 17:00:32 +0000 Subject: [PATCH] - Stage support --- www/dotclear/Makefile | 10 ++++------ 1 file 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 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 \