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