Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2018 11:07:02 +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: r470385 - head/math/py-statsmodels
Message-ID:  <201805191107.w4JB726J037664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805191107.w4JB726J037664>