diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 23:07:03 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 23:57:21 +0800 |
commit | b1516af32e1dce233a4ae73a1b1d7e4511e104ed (patch) | |
tree | 2ed5e22afda411df51522dae8f0b13631cdf882c /archivers | |
parent | d53a8af9164470ccbe815153525acd20308c595c (diff) | |
download | freebsd-ports-b1516af32e1dce233a4ae73a1b1d7e4511e104ed.zip |
archivers/py-brotli: Cosmetic change
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-brotli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index aac99b534566..b15d0cc95a73 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -21,6 +21,6 @@ CPE_VENDOR= google SHEBANG_FILES= python/bro.py post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_brotli*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> |