Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 23:38:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341479 - head/devel/cvsplot
Message-ID:  <201401272338.s0RNc0SH064010@svn.freebsd.org>

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



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