diff options
Diffstat (limited to 'textproc/p5-Perl-MinimumVersion/Makefile')
| -rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 2 |
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> |
