aboutsummaryrefslogtreecommitdiff
path: root/devel/fc++
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 08:43:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 08:43:02 +0000
commit8b2376edd62418ae3c18a8c5bdc12d4dff1c7f36 (patch)
tree43b5bf8c632e027e079b484a77f841f7e123380c /devel/fc++
parent935b33ad5909f5b7de0abed5988899938bfd6027 (diff)
downloadports-8b2376edd62418ae3c18a8c5bdc12d4dff1c7f36.tar.gz
ports-8b2376edd62418ae3c18a8c5bdc12d4dff1c7f36.zip
Notes
Diffstat (limited to 'devel/fc++')
-rw-r--r--devel/fc++/Makefile13
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>