diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-19 16:43:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-19 16:43:02 +0800 |
commit | 35b4e463320333d7ce42bbe396d72c466dfa8070 (patch) | |
tree | 43b5bf8c632e027e079b484a77f841f7e123380c /devel/fc++ | |
parent | 4f5ba45818cfee0f7d95e37a35e1143608572587 (diff) | |
download | freebsd-ports-gnome-35b4e463320333d7ce42bbe396d72c466dfa8070.tar.gz freebsd-ports-gnome-35b4e463320333d7ce42bbe396d72c466dfa8070.tar.zst freebsd-ports-gnome-35b4e463320333d7ce42bbe396d72c466dfa8070.zip |
Support staging
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> |