diff options
Diffstat (limited to 'devel/cvsstat/Makefile')
-rw-r--r-- | devel/cvsstat/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cvsstat/Makefile b/devel/cvsstat/Makefile index 145dee687cae..657d1ba0e692 100644 --- a/devel/cvsstat/Makefile +++ b/devel/cvsstat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvsstat -# Date created: 27 August 2001 -# Whom: petef -# +# Created by: petef # $FreeBSD$ -# PORTNAME= cvsstat PORTVERSION= 2.24 @@ -26,7 +22,7 @@ do-extract: @${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/cvsstat + @${REINPLACE_CMD} -i '' -e 's|perl -S|${PERL} -S|' ${WRKSRC}/cvsstat do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvsstat ${PREFIX}/bin |