aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:07:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:29 +0000
commit81f0c121482e6041debb81add5d425c623149fe3 (patch)
tree385a633c431143bc2ff3525db485ee4607a0c4d3
parent26c9b52a0220f87661c67c97a8dce5915a9f026c (diff)
downloadports-81f0c121482e6041debb81add5d425c623149fe3.tar.gz
ports-81f0c121482e6041debb81add5d425c623149fe3.zip
devel/py-py-ubjson: Cosmetic change
-rw-r--r--devel/py-py-ubjson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-py-ubjson/Makefile b/devel/py-py-ubjson/Makefile
index 942ecf919017..b5ed66743352 100644
--- a/devel/py-py-ubjson/Makefile
+++ b/devel/py-py-ubjson/Makefile
@@ -16,6 +16,6 @@ USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ubjson*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>