Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 16:17:59 +00:00
parent 0a4ba82fec
commit 84e4cdf950
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346046

View file

@ -12,10 +12,8 @@ COMMENT= Print a string (n) times
NO_BUILD= yes NO_BUILD= yes
NO_STAGE= yes
do-install: do-install:
@${ECHO} "Installing in ${PREFIX}/share/xsl/string/" ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/string
@${MKDIR} ${PREFIX}/share/xsl/string ${INSTALL_DATA} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/string
@${CP} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/string/
.include <bsd.port.mk> .include <bsd.port.mk>