Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2021 00:25:01 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: 3dfb950f9b26 - main - math/py-pyreadr: Remove -f because RM has it already
Message-ID:  <202111060025.1A60P1Xp011742@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=3dfb950f9b2657a7db3295b1b24becfcb763ee38

commit 3dfb950f9b2657a7db3295b1b24becfcb763ee38
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 23:54:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 23:54:17 +0000

    math/py-pyreadr: Remove -f because RM has it already
---
 math/py-pyreadr/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-pyreadr/Makefile b/math/py-pyreadr/Makefile
index 8445f7295db6..32d2ef16301f 100644
--- a/math/py-pyreadr/Makefile
+++ b/math/py-pyreadr/Makefile
@@ -19,8 +19,8 @@ USE_PYTHON=	autoplist concurrent cython distutils
 
 post-patch:
 # Clean up bundled libraries
-	@${RM} -fr ${WRKSRC}/pyreadr/libs/
-	@${RM} -fr ${WRKSRC}/win_libs/
+	@${RM} -r ${WRKSRC}/pyreadr/libs/
+	@${RM} -r ${WRKSRC}/win_libs/
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +



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