svn commit: r341479 - head/devel/cvsplot

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 23:38:00 UTC 2014


Author: bapt
Date: Mon Jan 27 23:37:59 2014
New Revision: 341479
URL: http://svnweb.freebsd.org/changeset/ports/341479
QAT: https://qat.redports.org/buildarchive/r341479/

Log:
  Support stage

Modified:
  head/devel/cvsplot/Makefile

Modified: head/devel/cvsplot/Makefile
==============================================================================
--- head/devel/cvsplot/Makefile	Mon Jan 27 23:35:56 2014	(r341478)
+++ head/devel/cvsplot/Makefile	Mon Jan 27 23:37:59 2014	(r341479)
@@ -8,7 +8,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	SF
 
 MAINTAINER=	erik at bz.bzflag.bz
-COMMENT=	A perl script which analyses the history of a CVS-managed project
+COMMENT=	Perl script which analyses the history of a CVS-managed project
 
 RUN_DEPENDS=	p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
 		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
@@ -19,8 +19,7 @@ PLIST_FILES=	bin/cvsplot
 USES=		shebangfix perl5
 SHEBANG_FILES=	cvsplot.pl
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${PREFIX}/bin/cvsplot
+	${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${STAGEDIR}${PREFIX}/bin/cvsplot
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list