git: 383d79515af1 - main - devel/py-typed-ast: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=383d79515af177b65810b98c1d45d37474cf4255
commit 383d79515af177b65810b98c1d45d37474cf4255
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:03:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:12 +0000
devel/py-typed-ast: Cosmetic change
---
devel/py-typed-ast/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile
index dbc7d9182ea5..347723b7755c 100644
--- a/devel/py-typed-ast/Makefile
+++ b/devel/py-typed-ast/Makefile
@@ -18,6 +18,6 @@ USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/typed_ast/*.so
+ ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>