diff options
Diffstat (limited to 'games/quadra/Makefile')
-rw-r--r-- | games/quadra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quadra/Makefile b/games/quadra/Makefile index cd5af5a06620..e09952fb04ac 100644 --- a/games/quadra/Makefile +++ b/games/quadra/Makefile @@ -39,6 +39,6 @@ maint-gen-distfile: fi svn export -r${SVN_REV} ${SVN_SRC} ${PORTNAME}-${PORTVERSION} ${TAR} cjf ${DISTDIR}/${DISTNAME}.tar.bz2 ${PORTNAME}-${PORTVERSION} - ${RM} -rf ${PORTNAME}-${PORTVERSION} + ${RM} -r ${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> |