aboutsummaryrefslogtreecommitdiff
path: root/www/template_
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-04-04 12:43:01 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-04-04 12:43:01 +0000
commit3b8acd4ddce9bd2d462e0e1d988521206f040062 (patch)
tree10d5d0c2f3656fc1884375ee4b36ec0cc18c6d71 /www/template_
parent0bcbb32b2a3c137f68e0641dd7d929d1da11e730 (diff)
downloadports-3b8acd4ddce9bd2d462e0e1d988521206f040062.tar.gz
ports-3b8acd4ddce9bd2d462e0e1d988521206f040062.zip
Support staging
Notes
Notes: svn path=/head/; revision=350103
Diffstat (limited to 'www/template_')
-rw-r--r--www/template_/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/template_/Makefile b/www/template_/Makefile
index ab0c2abdee87..be3159d598e3 100644
--- a/www/template_/Makefile
+++ b/www/template_/Makefile
@@ -18,16 +18,11 @@ WANT_PHP_WEB= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}/tpl_plugin
.for f in Template_.class.php Template_.compiler.php
- ${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
- ${MKDIR} ${DATADIR}/tpl_plugin
- ${INSTALL_DATA} ${WRKSRC}/tpl_plugin/* ${DATADIR}/tpl_plugin
+ ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/tpl_plugin/* ${STAGEDIR}${DATADIR}/tpl_plugin
.endfor
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>