aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Perl-MinimumVersion
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 12:25:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 12:25:46 +0000
commitab098bfa3d001f187e0db9889ddee496074b6b8f (patch)
treeb435d6f78aad5f535f16b879583ccc2c1f8aa552 /textproc/p5-Perl-MinimumVersion
parent519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff)
downloadports-ab098bfa3d001f187e0db9889ddee496074b6b8f.tar.gz
ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.zip
Notes
Diffstat (limited to 'textproc/p5-Perl-MinimumVersion')
-rw-r--r--textproc/p5-Perl-MinimumVersion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile
index 5a77c57b65cb..56127fad3fc4 100644
--- a/textproc/p5-Perl-MinimumVersion/Makefile
+++ b/textproc/p5-Perl-MinimumVersion/Makefile
@@ -25,6 +25,6 @@ MAN1= perlver.1
MAN3= Perl::MinimumVersion.3
post-patch:
- @${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>