git: 6eaf83b3eac8 - main - net/py-pypcap: Cosmetic change

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

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

commit 6eaf83b3eac8e295cf462081cbba77a2470710cf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:09:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:34 +0000

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

diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile
index da073e9c4e30..df176bd56131 100644
--- a/net/py-pypcap/Makefile
+++ b/net/py-pypcap/Makefile
@@ -21,6 +21,6 @@ pre-configure:
 	cd ${WRKSRC} && cython-${PYTHON_VER} pcap.pyx
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pcap*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>