${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold
2016-10-21 12:51:40 +00:00
parent f51fe6e12c
commit eabbfd75e3
718 changed files with 986 additions and 986 deletions

View File

@@ -31,7 +31,7 @@ DESKTOP_ENTRIES="Python Chess" "" "${PORTNAME}" \
post-patch:
@${FIND} ${WRKDIR} -name Thumbs.db -or -name pygame2exe_Chess.py | \
${XARGS} ${RM} -fr
${XARGS} ${RM} -r
@${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|' \
${WRKSRC}/*.py
@(cd ${WRKSRC} && ${RM} *.py.bak)