aboutsummaryrefslogtreecommitdiff
path: root/www/fluxcms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-28 16:19:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-28 16:19:51 +0000
commit598a8b4631732ad9fb710bd1a25a738f192077cb (patch)
tree887968552f98cd03c945d1ea5bb2d7f90e65853e /www/fluxcms
parent5f060850fd9f41cc42a273f53d9a574b199e8865 (diff)
downloadports-598a8b4631732ad9fb710bd1a25a738f192077cb.tar.gz
ports-598a8b4631732ad9fb710bd1a25a738f192077cb.zip
- Stage support
Notes
Notes: svn path=/head/; revision=346545
Diffstat (limited to 'www/fluxcms')
-rw-r--r--www/fluxcms/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/fluxcms/Makefile b/www/fluxcms/Makefile
index f6dc4b380647..f535c99ee4ca 100644
--- a/www/fluxcms/Makefile
+++ b/www/fluxcms/Makefile
@@ -28,7 +28,6 @@ DEFAULT_PHP_VER= 5
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTIDY}
@@ -39,11 +38,8 @@ post-patch:
@${RM} ${WRKSRC}/install/dist/conf/config.xml.orig
do-install:
- @${MKDIR} ${INSTALLDIR}
- @${CP} -R ${WRKSRC}/* ${INSTALLDIR}
- @${CHOWN} ${WWWOWN}:${WWWGRP} ${INSTALLDIR}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${INSTALLDIR}
+ @${CP} -R ${WRKSRC}/* ${STAGEDIR}${INSTALLDIR}
+ @${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${INSTALLDIR}
.include <bsd.port.post.mk>