Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2021 00:24:58 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c9de584aeea - main - devel/py-ruamel.yaml.clib: Remove -f because RM has it already
Message-ID:  <202111060024.1A60Ow91011686@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111060024.1A60Ow91011686>