aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:09:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:35 +0000
commit4053df557effb9e500d77970c88c6ad8d51afc1a (patch)
tree848fbb577983d507cd4655db7c2fcaa20e4ae84a /news
parente2f07d2ed3886e5176133deb6a446f01167f23da (diff)
downloadports-4053df557effb9e500d77970c88c6ad8d51afc1a.tar.gz
ports-4053df557effb9e500d77970c88c6ad8d51afc1a.zip
news/py-sabyenc3: Cosmetic change
Diffstat (limited to 'news')
-rw-r--r--news/py-sabyenc3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/py-sabyenc3/Makefile b/news/py-sabyenc3/Makefile
index 76374df059e4..38f11c8bba08 100644
--- a/news/py-sabyenc3/Makefile
+++ b/news/py-sabyenc3/Makefile
@@ -15,6 +15,6 @@ USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc3*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>