aboutsummaryrefslogtreecommitdiff
path: root/devel/py-vcrpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-vcrpy/Makefile')
-rw-r--r--devel/py-vcrpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-vcrpy/Makefile b/devel/py-vcrpy/Makefile
index bf482afc0850..09d4fc7d177f 100644
--- a/devel/py-vcrpy/Makefile
+++ b/devel/py-vcrpy/Makefile
@@ -37,7 +37,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
.endif
post-patch:
- ${FIND} ${WRKSRC} -name __pycache__ -type d -exec ${RM} -rf {} +
+ ${FIND} ${WRKSRC} -name __pycache__ -type d -exec ${RM} -r {} +
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test