git: 0816b6544377 - main - archivers/py-brotlicffi: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:02:02 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0816b6544377692d5169cd92911052411658bc9a

commit 0816b6544377692d5169cd92911052411658bc9a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:07:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:21 +0000

    archivers/py-brotlicffi: Cosmetic change
---
 archivers/py-brotlicffi/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/archivers/py-brotlicffi/Makefile b/archivers/py-brotlicffi/Makefile
index 5ee0fbcfb4d5..ef11984b4095 100644
--- a/archivers/py-brotlicffi/Makefile
+++ b/archivers/py-brotlicffi/Makefile
@@ -22,9 +22,10 @@ USE_PYTHON=	autoplist concurrent distutils
 MAKE_ENV=	USE_SHARED_BROTLI=1
 
 post-patch:
+# Clean up bundled libraries
 	@${RM} -fr ${WRKSRC}/libbrotli/
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotlicffi/_brotlicffi*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>