svn commit: r470385 - head/math/py-statsmodels

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


Author: sunpoet
Date: Sat May 19 11:07:02 2018
New Revision: 470385
URL: https://svnweb.freebsd.org/changeset/ports/470385

Log:
  Cosmetic change

Modified:
  head/math/py-statsmodels/Makefile

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Sat May 19 11:06:57 2018	(r470384)
+++ head/math/py-statsmodels/Makefile	Sat May 19 11:07:02 2018	(r470385)
@@ -29,7 +29,7 @@ PORTEXAMPLES=	*
 SHEBANG_GLOB=	*.py
 
 post-install:
-	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD}
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list