From 21da4fe85b7598c423e26198e68ecc0459b5abf6 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 25 Oct 2021 23:09:24 +0800 Subject: 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 -- cgit v1.2.3