svn commit: r328153 - head/lang/bf2c

Rene Ladan rene at FreeBSD.org
Tue Sep 24 16:08:40 UTC 2013


Author: rene
Date: Tue Sep 24 16:08:39 2013
New Revision: 328153
URL: http://svnweb.freebsd.org/changeset/ports/328153

Log:
  Add stage support.

Modified:
  head/lang/bf2c/Makefile

Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile	Tue Sep 24 16:05:33 2013	(r328152)
+++ head/lang/bf2c/Makefile	Tue Sep 24 16:08:39 2013	(r328153)
@@ -15,15 +15,16 @@ GH_ACCOUNT=	rene0
 GH_COMMIT=	4761081
 USE_XZ=		yes
 
+MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"
+
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list