1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Simplify installation

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-07 17:13:27 +00:00
parent 73e275c64c
commit 6fe9227096
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461156

View File

@ -13,15 +13,14 @@ COMMENT= Yet another PHP compiling template engine
USES= php:web
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
.for f in class.SkyTemplate.php class.SkyTemplate_withDaddy.php
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${DATADIR}/SkyTpl
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DATADIR}/SkyTpl
${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${STAGEDIR}${DATADIR}/SkyTpl
.endfor
.include <bsd.port.mk>