diff options
Diffstat (limited to 'games/smashbattle/Makefile')
-rw-r--r-- | games/smashbattle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/smashbattle/Makefile b/games/smashbattle/Makefile index b01a5469e886..6c3af7d3ab5c 100644 --- a/games/smashbattle/Makefile +++ b/games/smashbattle/Makefile @@ -1,5 +1,4 @@ -# Created by: nemysis@gmx.ch -# +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= smashbattle @@ -20,6 +19,7 @@ USE_DOS2UNIX= *.cpp *.h *.ini Makefile ALL_TARGET= battle USE_SDL= sdl image mixer +NO_STAGE= yes pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} |