aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-19 11:06:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-19 11:06:36 +0000
commitaa1809416dedf3cab06f7ffd7c9b20bb62ddc9b0 (patch)
tree095bf88f12fd223006a722cfd8ff4d8b1df227b7 /math/p5-Math-GSL
parentc4ea032a24134db9615fc6408a39c72be5621a0b (diff)
downloadports-aa1809416dedf3cab06f7ffd7c9b20bb62ddc9b0.tar.gz
ports-aa1809416dedf3cab06f7ffd7c9b20bb62ddc9b0.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=470380
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index beef765b81b3..520bc5834e36 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -25,6 +25,6 @@ USE_PERL5= modbuild
USES= perl5
post-install:
- ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD}
+ ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>