svn commit: r343092 - head/security/p5-dicewaregen

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 14:29:26 UTC 2014


Author: ehaupt
Date: Thu Feb  6 14:29:25 2014
New Revision: 343092
URL: http://svnweb.freebsd.org/changeset/ports/343092
QAT: https://qat.redports.org/buildarchive/r343092/

Log:
  Support staging.

Modified:
  head/security/p5-dicewaregen/Makefile

Modified: head/security/p5-dicewaregen/Makefile
==============================================================================
--- head/security/p5-dicewaregen/Makefile	Thu Feb  6 14:28:16 2014	(r343091)
+++ head/security/p5-dicewaregen/Makefile	Thu Feb  6 14:29:25 2014	(r343092)
@@ -21,8 +21,8 @@ NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/dicewaregen-${REV}
 REV=		20c777eac1db
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list