git: 0c9de584aeea - main - devel/py-ruamel.yaml.clib: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c9de584aeea1bcac4414d56fdcaeefab15b112b commit 0c9de584aeea1bcac4414d56fdcaeefab15b112b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:07 +0000 devel/py-ruamel.yaml.clib: Remove -f because RM has it already --- 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 fd8a6fd123d1..b84164577864 100644 --- a/devel/py-ruamel.yaml.clib/Makefile +++ b/devel/py-ruamel.yaml.clib/Makefile @@ -17,7 +17,7 @@ USE_PYTHON= autoplist concurrent distutils post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - ${RM} -fr ${STAGEDIR}${PYTHON_SITELIBDIR}/ruamel + ${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/ruamel ${REINPLACE_CMD} -e '/LICENSE/d; /__init__.py/d' ${_PYTHONPKGLIST} .include <bsd.port.mk>