mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
b1b1756df4
commit
1ea454d4cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360181
@ -20,16 +20,12 @@ NO_BUILD= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.for f in class.SkyTemplate.php class.SkyTemplate_withDaddy.php
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
|
||||
${MKDIR} ${DATADIR}/SkyTpl
|
||||
${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${DATADIR}/SkyTpl
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/SkyTpl
|
||||
${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${STAGEDIR}${DATADIR}/SkyTpl
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user