Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 16:29:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343122 - head/textproc/p5-texcount
Message-ID:  <201402061629.s16GTM5C016251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061629.s16GTM5C016251>