svn commit: r343122 - head/textproc/p5-texcount

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 16:29:22 UTC 2014


Author: ehaupt
Date: Thu Feb  6 16:29:21 2014
New Revision: 343122
URL: http://svnweb.freebsd.org/changeset/ports/343122
QAT: https://qat.redports.org/buildarchive/r343122/

Log:
  Support staging.

Modified:
  head/textproc/p5-texcount/Makefile

Modified: head/textproc/p5-texcount/Makefile
==============================================================================
--- head/textproc/p5-texcount/Makefile	Thu Feb  6 16:28:19 2014	(r343121)
+++ head/textproc/p5-texcount/Makefile	Thu Feb  6 16:29:21 2014	(r343122)
@@ -21,8 +21,8 @@ USE_PERL5=	run
 
 PLIST_FILES+=	bin/texcount
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl ${PREFIX}/bin/texcount
+	@${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl \
+		${STAGEDIR}${PREFIX}/bin/texcount
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list