summaryrefslogtreecommitdiff
path: root/games/q2pro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/q2pro/Makefile')
-rw-r--r--games/q2pro/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/q2pro/Makefile b/games/q2pro/Makefile
index ec145d6836bd..85a250ad2bb2 100644
--- a/games/q2pro/Makefile
+++ b/games/q2pro/Makefile
@@ -129,7 +129,7 @@ generate-distfile:
svn export -r${SVN_REV} \
https://svn.sourceforge.net/svnroot/q2pro/q2pro q2pro
${TAR} jcf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} q2pro
- ${RM} -rf q2pro
+ ${RM} -r q2pro
.include "${.CURDIR}/../quake2-data/Makefile.include"
.include <bsd.port.mk>