aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:09:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:35 +0000
commit21da4fe85b7598c423e26198e68ecc0459b5abf6 (patch)
treec6834d56dd3cf986e7fe009cd6a5e55eaa0dbe74
parentb04cba05b60e656783d5badbab21c94707890ea1 (diff)
downloadports-21da4fe85b7598c423e26198e68ecc0459b5abf6.tar.gz
ports-21da4fe85b7598c423e26198e68ecc0459b5abf6.zip
print/py-pycups: Cosmetic change
-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>