diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:36:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:36:33 +0800 |
commit | 9ec8b69eee25166c3ea4802cd4645914c641361b (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/smashbattle | |
parent | e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265 (diff) | |
download | freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.gz freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.zst freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
Diffstat (limited to 'games/smashbattle')
-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} |