aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:07:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:30 +0000
commit8ca61e04d302564531e3321288a6445b370d7eb2 (patch)
treec097748e9277fe2c55087f365a7fd770a7ccfb91
parenta5727cf1c6d7f9fbdcb5788bb33c219766764ef8 (diff)
downloadports-8ca61e04d302564531e3321288a6445b370d7eb2.tar.gz
ports-8ca61e04d302564531e3321288a6445b370d7eb2.zip
devel/py-srsly: Cosmetic change
-rw-r--r--devel/py-srsly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-srsly/Makefile b/devel/py-srsly/Makefile
index c51f95aa061b..89b1c5b59e7b 100644
--- a/devel/py-srsly/Makefile
+++ b/devel/py-srsly/Makefile
@@ -16,6 +16,6 @@ USES= python:3.6+
USE_PYTHON= autoplist concurrent cython distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/srsly/*/*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>