aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 23:54:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 23:54:17 +0000
commit3dfb950f9b2657a7db3295b1b24becfcb763ee38 (patch)
tree3db7790e2a9886addc2a23515d7c47d284a86a53
parent5bf2309e60a5d878d69b1505b2a90fb9c38fe54f (diff)
downloadports-3dfb950f9b2657a7db3295b1b24becfcb763ee38.tar.gz
ports-3dfb950f9b2657a7db3295b1b24becfcb763ee38.zip
math/py-pyreadr: Remove -f because RM has it already
-rw-r--r--math/py-pyreadr/Makefile4
1 files 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} {} +