summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 23:09:24 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 23:57:35 +0800
commit21da4fe85b7598c423e26198e68ecc0459b5abf6 (patch)
treec6834d56dd3cf986e7fe009cd6a5e55eaa0dbe74 /print
parentprint/py-fonttools3: Cosmetic change (diff)
print/py-pycups: Cosmetic change
Diffstat (limited to 'print')
-rw-r--r--print/py-pycups/Makefile2
1 files changed, 1 insertions, 1 deletions
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>