svn commit: r470380 - head/math/p5-Math-GSL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 19 11:06:37 UTC 2018


Author: sunpoet
Date: Sat May 19 11:06:36 2018
New Revision: 470380
URL: https://svnweb.freebsd.org/changeset/ports/470380

Log:
  Cosmetic change

Modified:
  head/math/p5-Math-GSL/Makefile

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Sat May 19 11:06:31 2018	(r470379)
+++ head/math/p5-Math-GSL/Makefile	Sat May 19 11:06:36 2018	(r470380)
@@ -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>


More information about the svn-ports-all mailing list