diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-27 23:37:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-27 23:37:59 +0000 |
commit | 9cb8ca204eb9d794b163ad911e27141394d74cdf (patch) | |
tree | 4ae345a77bd88cfe9d2fcdc1cb375e1e6915c68d /devel/cvsplot/Makefile | |
parent | 7569f6baf936e195530d80033311289dd1b54fca (diff) | |
download | ports-9cb8ca204eb9d794b163ad911e27141394d74cdf.tar.gz ports-9cb8ca204eb9d794b163ad911e27141394d74cdf.zip |
Notes
Diffstat (limited to 'devel/cvsplot/Makefile')
-rw-r--r-- | devel/cvsplot/Makefile | 5 |
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> |