diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-bottleneck/Makefile | 2 |
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} |