Date: Sat, 19 May 2018 11:06:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470380 - head/math/p5-Math-GSL Message-ID: <201805191106.w4JB6aYT037027@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805191106.w4JB6aYT037027>