diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:07:47 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:31 +0000 |
commit | 1024fbef2399aea3f9c06ed409f31458c5833fef (patch) | |
tree | d36d0966c06cd43685d6ce4da5d55c9dbf906498 | |
parent | d42481f5f890ff382a448df8801cad7b22865d48 (diff) | |
download | ports-1024fbef2399aea3f9c06ed409f31458c5833fef.tar.gz ports-1024fbef2399aea3f9c06ed409f31458c5833fef.zip |
math/py-bottleneck: Cosmetic change
-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} |