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
0a4ba82fec
commit
84e4cdf950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346046
@ -12,10 +12,8 @@ COMMENT= Print a string (n) times
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${ECHO} "Installing in ${PREFIX}/share/xsl/string/"
|
||||
@${MKDIR} ${PREFIX}/share/xsl/string
|
||||
@${CP} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/string/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/string
|
||||
${INSTALL_DATA} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/string
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user