Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:02:45 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: f7aaa0003959 - main - math/py-iohexperimenter: Cosmetic change
Message-ID:  <202110251602.19PG2juR079377@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=f7aaa000395923540f066468f57e62ab9a079b0a

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

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

diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile
index 17b2b5b2102c..1f1999049843 100644
--- a/math/py-iohexperimenter/Makefile
+++ b/math/py-iohexperimenter/Makefile
@@ -21,6 +21,6 @@ USE_PYTHON=	autoplist concurrent distutils
 USE_CXXSTD=	c++14
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter/_IOHprofiler*.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.19PG2juR079377>