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/cvslines | |
parent | 413424ee99f55dc8d1d442dfc594daa157055a7b (diff) | |
download | ports-b47325edb2d93a726b151ae81f7ecd3c183f0565.tar.gz ports-b47325edb2d93a726b151ae81f7ecd3c183f0565.zip |
Notes
Diffstat (limited to 'devel/cvslines')
-rw-r--r-- | devel/cvslines/Makefile | 11 | ||||
-rw-r--r-- | devel/cvslines/pkg-descr | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/cvslines/Makefile b/devel/cvslines/Makefile index b3c54a1b8941..62efd26f7461 100644 --- a/devel/cvslines/Makefile +++ b/devel/cvslines/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvslines -# Date created: 24 Aug 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= cvslines PORTVERSION= 1.6.9 @@ -16,6 +12,8 @@ COMMENT= Wrapper to ease merging of changes between CVS branches WRKSRC= ${WRKDIR}/${PORTNAME} USE_PERL5= yes NO_BUILD= yes +USES= shebangfix +SHEBANG_FILES= cvslines .for ii in s s_check s-check s-commit s-config s-status PLIST_FILES+= bin/cvsline${ii} .endfor @@ -23,8 +21,7 @@ PLIST_FILES+= bin/cvsline${ii} MAN1= cvslines.1 pre-patch: - ${PERL} -pi -e "s:usr/bin/perl5:${PERL5}:g" ${WRKSRC}/cvslines - ${PERL} -pi -e "s:the the:the:g" ${WRKSRC}/cvslines.1 + @${REINPLACE_CMD} -i '' -e 's|the the|the|' ${WRKSRC}/cvslines.1 do-install: PREFIX=${PREFIX} ${PERL5} ${WRKSRC}/INSTALL ${WRKSRC}/CONFIG diff --git a/devel/cvslines/pkg-descr b/devel/cvslines/pkg-descr index 1a202f23bfe7..177ea2cba698 100644 --- a/devel/cvslines/pkg-descr +++ b/devel/cvslines/pkg-descr @@ -5,4 +5,4 @@ cvslines is a "wrapper" facility that helps out with merging changes between various cvs branches, where the branches represent different lines of development. -WWW: http://cvslines.sourceforge.net/menu.html +WWW: http://cvslines.sourceforge.net/menu.html |