aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:10:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:38 +0000
commit302969000543994640b194d24018b482bd6dceeb (patch)
treedeee093a581ddb43a53fe9aad95e9c382d1156ff
parente440cf58358fceda47216d23632cde4fefe47448 (diff)
downloadports-302969000543994640b194d24018b482bd6dceeb.tar.gz
ports-302969000543994640b194d24018b482bd6dceeb.zip
www/py-biscuits: Cosmetic change
-rw-r--r--www/py-biscuits/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-biscuits/Makefile b/www/py-biscuits/Makefile
index c9cc67d98a02..4214c2734c4d 100644
--- a/www/py-biscuits/Makefile
+++ b/www/py-biscuits/Makefile
@@ -15,6 +15,6 @@ USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/biscuits*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>