diff options
-rw-r--r-- | devel/py-xxhash/Makefile | 2 |
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> |