mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
5cedf37ce6
commit
b636c46e60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356733
@ -14,13 +14,12 @@ NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PHP= curl zlib xml
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${CP} ${WRKSRC}/lib/* ${DATADIR}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/samples/* ${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${CP} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user