aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-LinearCombination
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-LinearCombination')
-rw-r--r--math/p5-Math-LinearCombination/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-LinearCombination/Makefile b/math/p5-Math-LinearCombination/Makefile
index 7f3d7c7185d2..7399fb5faf0e 100644
--- a/math/p5-Math-LinearCombination/Makefile
+++ b/math/p5-Math-LinearCombination/Makefile
@@ -24,7 +24,7 @@ PERL_CONFIGURE= yes
MAN3= Math::LinearCombination.3
pre-patch:
- @${FIND} ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \
+ @${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \
's!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+!my !;'
.include <bsd.port.mk>