- Stage support
This commit is contained in:
parent
7b977bb455
commit
0c85328eb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343442
1 changed files with 3 additions and 4 deletions
|
@ -21,11 +21,10 @@ NO_BUILD= yes
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
|
||||
${FIND} ${DATADIR} -name CMakeLists.txt -delete \
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
|
||||
${FIND} ${STAGEDIR}${DATADIR} -name CMakeLists.txt -delete \
|
||||
-o -name makefile -delete
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue