aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigRat
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-BigRat')
-rw-r--r--math/p5-Math-BigRat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile
index 03bdc4328855..5c1738688628 100644
--- a/math/p5-Math-BigRat/Makefile
+++ b/math/p5-Math-BigRat/Makefile
@@ -23,6 +23,6 @@ PERL_CONFIGURE= yes
MAN3= Math::BigRat.3
post-patch:
- @${PERL} -pi -e '$$_="" if m/INSTALLDIRS/;' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -e '/INSTALLDIRS/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>