diff options
Diffstat (limited to 'games/xmoto/Makefile')
-rw-r--r-- | games/xmoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 7efa7842d5f0..6488ee84dae8 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -61,7 +61,7 @@ BROKEN= does not build with gcc 4.2 .endif post-extract: - @${RM} -rf ${WRKSRC}/src/ode + @${RM} -r ${WRKSRC}/src/ode post-patch: @${REINPLACE_CMD} -e "s/lua5.1/lua-${LUA_VER}/g" ${WRKSRC}/configure |