From bad62f3cca91331a186d01b00d04a623c57ce26a Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 19 May 2018 11:06:36 +0000 Subject: Cosmetic change --- math/p5-Math-GSL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/p5-Math-GSL') 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 -- cgit