Support staging
This commit is contained in:
parent
935b33ad59
commit
8b2376edd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345025
1 changed files with 4 additions and 9 deletions
|
@ -14,15 +14,10 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/fc++
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/fc++
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/changes.html ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/fc++
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/fc++
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/changes.html ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue