svn commit: r345025 - head/devel/fc++

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 08:43:03 UTC 2014


Author: ehaupt
Date: Wed Feb 19 08:43:02 2014
New Revision: 345025
URL: http://svnweb.freebsd.org/changeset/ports/345025
QAT: https://qat.redports.org/buildarchive/r345025/

Log:
  Support staging

Modified:
  head/devel/fc++/Makefile

Modified: head/devel/fc++/Makefile
==============================================================================
--- head/devel/fc++/Makefile	Wed Feb 19 08:41:56 2014	(r345024)
+++ head/devel/fc++/Makefile	Wed Feb 19 08:43:02 2014	(r345025)
@@ -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>


More information about the svn-ports-all mailing list