svn commit: r346044 - head/textproc/permute

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 16:15:11 UTC 2014


Author: ehaupt
Date: Tue Feb 25 16:15:10 2014
New Revision: 346044
URL: http://svnweb.freebsd.org/changeset/ports/346044
QAT: https://qat.redports.org/buildarchive/r346044/

Log:
  Support staging

Modified:
  head/textproc/permute/Makefile

Modified: head/textproc/permute/Makefile
==============================================================================
--- head/textproc/permute/Makefile	Tue Feb 25 16:12:40 2014	(r346043)
+++ head/textproc/permute/Makefile	Tue Feb 25 16:15:10 2014	(r346044)
@@ -12,8 +12,7 @@ COMMENT=	Generate all permutations of li
 PLIST_FILES=	bin/${PORTNAME}
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list