diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-27 16:06:25 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-27 16:06:25 +0000 |
commit | b47325edb2d93a726b151ae81f7ecd3c183f0565 (patch) | |
tree | af6266e338105f6caa968f90afd0c4e98288d6f5 /devel/cvsplot | |
parent | 413424ee99f55dc8d1d442dfc594daa157055a7b (diff) | |
download | ports-b47325edb2d93a726b151ae81f7ecd3c183f0565.tar.gz ports-b47325edb2d93a726b151ae81f7ecd3c183f0565.zip |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes
Notes:
svn path=/head/; revision=323795
Diffstat (limited to 'devel/cvsplot')
-rw-r--r-- | devel/cvsplot/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index d058cc181437..1f1485f606c8 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cvsplot -# Date created: May 31, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cvsplot PORTVERSION= 1.7.4 @@ -22,9 +17,8 @@ RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ USE_PERL5= yes NO_BUILD= yes PLIST_FILES= bin/cvsplot - -post-patch: - @${PERL} -pi -e "s,^#!/usr/bin/perl -w,#!/usr/bin/env perl -w,g" ${WRKSRC}/cvsplot.pl +USES= shebangfix +SHEBANG_FILES= cvsplot.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${PREFIX}/bin/cvsplot |