git: 01c1c1c9a312 - main - devel/py-ruamel.yaml.clib: Fix check-plist with newer Python (PYTHON_EXT_SUFFIX)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:55:12 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01c1c1c9a312b6df3cf3f54099e787db7c247423
commit 01c1c1c9a312b6df3cf3f54099e787db7c247423
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:15:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:34 +0000
devel/py-ruamel.yaml.clib: Fix check-plist with newer Python (PYTHON_EXT_SUFFIX)
---
devel/py-ruamel.yaml.clib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-ruamel.yaml.clib/Makefile b/devel/py-ruamel.yaml.clib/Makefile
index b84164577864..a4dedb10f54a 100644
--- a/devel/py-ruamel.yaml.clib/Makefile
+++ b/devel/py-ruamel.yaml.clib/Makefile
@@ -18,6 +18,6 @@ USE_PYTHON= autoplist concurrent distutils
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/ruamel
- ${REINPLACE_CMD} -e '/LICENSE/d; /__init__.py/d' ${_PYTHONPKGLIST}
+ ${REINPLACE_CMD} -e '/LICENSE/d; /__init__/d' ${_PYTHONPKGLIST}
.include <bsd.port.mk>