Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:02:57 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: 4053df557eff - main - news/py-sabyenc3: Cosmetic change
Message-ID:  <202110251602.19PG2vQA079629@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=4053df557effb9e500d77970c88c6ad8d51afc1a

commit 4053df557effb9e500d77970c88c6ad8d51afc1a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:09:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:35 +0000

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

diff --git a/news/py-sabyenc3/Makefile b/news/py-sabyenc3/Makefile
index 76374df059e4..38f11c8bba08 100644
--- a/news/py-sabyenc3/Makefile
+++ b/news/py-sabyenc3/Makefile
@@ -15,6 +15,6 @@ USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc3*.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.19PG2vQA079629>