aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 17:15:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 18:44:34 +0000
commit01c1c1c9a312b6df3cf3f54099e787db7c247423 (patch)
tree70e2f456e012a9d24465d8e28464b22301dd9c6e
parent5bdfc4a2013151f73c7066177e4ccfc61874fb76 (diff)
downloadports-01c1c1c9a312b6df3cf3f54099e787db7c247423.tar.gz
ports-01c1c1c9a312b6df3cf3f54099e787db7c247423.zip
devel/py-ruamel.yaml.clib: Fix check-plist with newer Python (PYTHON_EXT_SUFFIX)
-rw-r--r--devel/py-ruamel.yaml.clib/Makefile2
1 files changed, 1 insertions, 1 deletions
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>