svn commit: r344867 - head/lang/stldoc

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 18 11:43:42 UTC 2014


Author: ehaupt
Date: Tue Feb 18 11:43:42 2014
New Revision: 344867
URL: http://svnweb.freebsd.org/changeset/ports/344867
QAT: https://qat.redports.org/buildarchive/r344867/

Log:
  Support staging.

Modified:
  head/lang/stldoc/Makefile

Modified: head/lang/stldoc/Makefile
==============================================================================
--- head/lang/stldoc/Makefile	Tue Feb 18 11:43:14 2014	(r344866)
+++ head/lang/stldoc/Makefile	Tue Feb 18 11:43:42 2014	(r344867)
@@ -12,9 +12,8 @@ COMMENT=	The STL reference manual by SGI
 
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list