diff options
Diffstat (limited to 'devel/fc++')
-rw-r--r-- | devel/fc++/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/fc++/Makefile b/devel/fc++/Makefile index 9d078b96f4b7..38b0d4d952b8 100644 --- a/devel/fc++/Makefile +++ b/devel/fc++/Makefile @@ -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> |