git: a440e131b61b - main - databases/py-caterva: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a440e131b61bf93d004d33cbd5ef16a8239147c3 commit a440e131b61bf93d004d33cbd5ef16a8239147c3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:01 +0000 databases/py-caterva: Remove -f because RM has it already --- databases/py-caterva/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-caterva/Makefile b/databases/py-caterva/Makefile index dacdf871a530..1c385588ea00 100644 --- a/databases/py-caterva/Makefile +++ b/databases/py-caterva/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= autoplist concurrent cython distutils post-patch: # Clean up bundled libraries - @${RM} -fr ${WRKSRC}/caterva/caterva/ + @${RM} -r ${WRKSRC}/caterva/caterva/ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +