Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:02:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 530a39e65ba2 - main - math/py-numexpr: Cosmetic change
Message-ID:  <202110251602.19PG2kOG079401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9

commit 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:08:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:32 +0000

    math/py-numexpr: Cosmetic change
---
 math/py-numexpr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index b1316be99264..aa388d441172 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -19,6 +19,6 @@ USES=		dos2unix python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -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?202110251602.19PG2kOG079401>