From 1ee84e0f77d56ae7152da0f919bfb09335ec9114 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 28 Feb 2014 16:19:51 +0000 Subject: - Stage support --- www/fluxcms/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/www/fluxcms/Makefile b/www/fluxcms/Makefile index f6dc4b38064..f535c99ee4c 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 .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 -- cgit id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xpns
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistbapt2014-12-21