diff options
Diffstat (limited to 'www/py-gandi.cli/Makefile')
-rw-r--r-- | www/py-gandi.cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-gandi.cli/Makefile b/www/py-gandi.cli/Makefile index d345976dde99..3ca7da0b0020 100644 --- a/www/py-gandi.cli/Makefile +++ b/www/py-gandi.cli/Makefile @@ -30,8 +30,8 @@ TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock .endif post-extract: - ${FIND} ${WRKSRC} -type d -name __pycache__ -exec ${RM} -rf {} + && \ - ${FIND} ${WRKSRC} -type f -name '*.py[co]' -exec ${RM} -f {} + + ${FIND} ${WRKSRC} -type d -name __pycache__ -exec ${RM} -r {} + && \ + ${FIND} ${WRKSRC} -type f -name '*.py[co]' -exec ${RM} {} + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test |