aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsplot/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:37:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:37:59 +0000
commit9cb8ca204eb9d794b163ad911e27141394d74cdf (patch)
tree4ae345a77bd88cfe9d2fcdc1cb375e1e6915c68d /devel/cvsplot/Makefile
parent7569f6baf936e195530d80033311289dd1b54fca (diff)
downloadports-9cb8ca204eb9d794b163ad911e27141394d74cdf.tar.gz
ports-9cb8ca204eb9d794b163ad911e27141394d74cdf.zip
Notes
Diffstat (limited to 'devel/cvsplot/Makefile')
-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>