git: 21da4fe85b75 - main - print/py-pycups: Cosmetic change

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

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

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

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

diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile
index 010072f6786c..e2a96c1f371f 100644
--- a/print/py-pycups/Makefile
+++ b/print/py-pycups/Makefile
@@ -30,6 +30,6 @@ pre-configure:
 	@${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.post.mk>