git: 2e59e78a0841 - main - devel/py-ruamel.yaml.clib: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:02:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e59e78a084152070dd9051ab392fc4e81802f2b commit 2e59e78a084152070dd9051ab392fc4e81802f2b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:07:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:29 +0000 devel/py-ruamel.yaml.clib: Cosmetic change --- 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 ffaba007ad75..fd8a6fd123d1 100644 --- a/devel/py-ruamel.yaml.clib/Makefile +++ b/devel/py-ruamel.yaml.clib/Makefile @@ -16,7 +16,7 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ruamel_yaml*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + ${RM} -fr ${STAGEDIR}${PYTHON_SITELIBDIR}/ruamel ${REINPLACE_CMD} -e '/LICENSE/d; /__init__.py/d' ${_PYTHONPKGLIST}