summaryrefslogtreecommitdiff
path: root/devel/xmake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xmake/Makefile')
-rw-r--r--devel/xmake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile
index d822a58d1252..677f6bdcd8e4 100644
--- a/devel/xmake/Makefile
+++ b/devel/xmake/Makefile
@@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/xmake
PLIST_FILES= bin/xmake man/man1/xmake.1.gz
post-extract:
- @${RM} -rf ${WRKSRC}/obj
+ @${RM} -r ${WRKSRC}/obj
post-patch:
@${REINPLACE_CMD} 's|gcc|cc|' ${WRKSRC}/defs.h