svn commit: r346154 - head/sysutils/whatpix

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 09:02:05 UTC 2014


Author: ehaupt
Date: Wed Feb 26 09:02:04 2014
New Revision: 346154
URL: http://svnweb.freebsd.org/changeset/ports/346154
QAT: https://qat.redports.org/buildarchive/r346154/

Log:
  Support staging

Modified:
  head/sysutils/whatpix/Makefile

Modified: head/sysutils/whatpix/Makefile
==============================================================================
--- head/sysutils/whatpix/Makefile	Wed Feb 26 09:01:06 2014	(r346153)
+++ head/sysutils/whatpix/Makefile	Wed Feb 26 09:02:04 2014	(r346154)
@@ -17,8 +17,7 @@ PLIST_FILES=	bin/whatpix
 USES=		perl5
 USE_PERL5=	run
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list