git: 3dfb950f9b26 - main - math/py-pyreadr: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:25:01 UTC
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} {} +