git: 105708d83b01 - main - multimedia/py-cec: Cosmetic change

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

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

commit 105708d83b016c6c0f7c6c6e9dfe08e4bd0e67a6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:08:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:34 +0000

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

diff --git a/multimedia/py-cec/Makefile b/multimedia/py-cec/Makefile
index 8d232e099e6b..4542f3a82e1e 100644
--- a/multimedia/py-cec/Makefile
+++ b/multimedia/py-cec/Makefile
@@ -17,6 +17,6 @@ USES=		compiler:c++11-lang localbase python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cec*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>