aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsplot
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-28 07:37:59 +0800
committerbapt <bapt@FreeBSD.org>2014-01-28 07:37:59 +0800
commit555927a85541bc3436c2ba3b9418f5d2d2fb3e3b (patch)
tree4ae345a77bd88cfe9d2fcdc1cb375e1e6915c68d /devel/cvsplot
parentd6e9a7398d978d42d1baa8dbaace287433b5de63 (diff)
downloadfreebsd-ports-gnome-555927a85541bc3436c2ba3b9418f5d2d2fb3e3b.tar.gz
freebsd-ports-gnome-555927a85541bc3436c2ba3b9418f5d2d2fb3e3b.tar.zst
freebsd-ports-gnome-555927a85541bc3436c2ba3b9418f5d2d2fb3e3b.zip
Support stage
Diffstat (limited to 'devel/cvsplot')
-rw-r--r--devel/cvsplot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile
index 49379974569c..48b200728b1d 100644
--- a/devel/cvsplot/Makefile
+++ b/devel/cvsplot/Makefile
@@ -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>