git: 1c349bee29e5 - main - science/py-icet: Unbreak by sildcarded .so in strip target.

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 11 Jul 2026 00:24:37 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c349bee29e50932a4734a6a80dc9c62dd717fa3

commit 1c349bee29e50932a4734a6a80dc9c62dd717fa3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-11 00:20:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-11 00:24:33 +0000

    science/py-icet: Unbreak by sildcarded .so in strip target.
    
    Reported by:    fallout
---
 science/py-icet/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-icet/Makefile b/science/py-icet/Makefile
index bcfb9344442b..d7466a9dba37 100644
--- a/science/py-icet/Makefile
+++ b/science/py-icet/Makefile
@@ -34,7 +34,7 @@ TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 TEST_WRKSRC=	${WRKSRC}/tests
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_icet.cpython-311.so
+	@${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -maxdepth 1 -name '_icet*.so' -exec ${STRIP_CMD} {} +
 
 pre-test: # this test causes the whole testsuite to hard-fail in the beginning for some reason
 	@${RM} -rf ${TEST_WRKSRC}/unittest/test_mchammer/test_site_occupancy_observer.py