aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:07:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:30 +0000
commit5667a5d8bc57c6ccb1727089b68a6e1f19cd5cc0 (patch)
tree9a7b81ea723ab77f49e3f56aa258cfead2c334a1
parent811ff17ba3c50476dcf3eb80db6f4111f38358b6 (diff)
downloadports-5667a5d8bc57c6ccb1727089b68a6e1f19cd5cc0.tar.gz
ports-5667a5d8bc57c6ccb1727089b68a6e1f19cd5cc0.zip
devel/py-xxhash: Cosmetic change
-rw-r--r--devel/py-xxhash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-xxhash/Makefile b/devel/py-xxhash/Makefile
index 6c71fb406e9d..93c4b2f602ad 100644
--- a/devel/py-xxhash/Makefile
+++ b/devel/py-xxhash/Makefile
@@ -20,6 +20,6 @@ CONFIGURE_ENV= XXHASH_LINK_SO=yes
MAKE_ENV= XXHASH_LINK_SO=yes
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash/_xxhash*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>