diff options
Diffstat (limited to 'editors/rox-edit/Makefile')
-rw-r--r-- | editors/rox-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index 7c706651364c..912796102130 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -17,7 +17,7 @@ USES= python tar:bzip2 post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} - @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -r do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} |