Support staging

This commit is contained in:
Emanuel Haupt 2014-02-19 08:43:02 +00:00
parent 935b33ad59
commit 8b2376edd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345025

View file

@ -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>