git: b1516af32e1d - main - archivers/py-brotli: Cosmetic change

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

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

commit b1516af32e1dce233a4ae73a1b1d7e4511e104ed
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-brotli: Cosmetic change
---
 archivers/py-brotli/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile
index aac99b534566..b15d0cc95a73 100644
--- a/archivers/py-brotli/Makefile
+++ b/archivers/py-brotli/Makefile
@@ -21,6 +21,6 @@ CPE_VENDOR=	google
 SHEBANG_FILES=	python/bro.py
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_brotli*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>