diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-05-19 19:06:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-05-19 19:06:36 +0800 |
commit | bad62f3cca91331a186d01b00d04a623c57ce26a (patch) | |
tree | 095bf88f12fd223006a722cfd8ff4d8b1df227b7 /math/p5-Math-GSL | |
parent | 9043d7528d8d44b135c9b68a48197dbee7c649bc (diff) | |
download | freebsd-ports-gnome-bad62f3cca91331a186d01b00d04a623c57ce26a.tar.gz freebsd-ports-gnome-bad62f3cca91331a186d01b00d04a623c57ce26a.tar.zst freebsd-ports-gnome-bad62f3cca91331a186d01b00d04a623c57ce26a.zip |
Cosmetic change
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 2 |
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> |