summaryrefslogtreecommitdiff
path: root/math/py-bottleneck
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 23:07:47 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 23:57:31 +0800
commit1024fbef2399aea3f9c06ed409f31458c5833fef (patch)
treed36d0966c06cd43685d6ce4da5d55c9dbf906498 /math/py-bottleneck
parentgraphics/py-rasterio: Update to 1.2.10 (diff)
math/py-bottleneck: Cosmetic change
Diffstat (limited to 'math/py-bottleneck')
-rw-r--r--math/py-bottleneck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index bc28a14ea185..042a58940014 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -26,7 +26,7 @@ PORTDOCS= ${DOCS:T}
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bottleneck/*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}