mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
0bcbb32b2a
commit
3b8acd4ddc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350103
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user