diff options
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index c5545dc711f..83a628657ed 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/02/19 21:35:12 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2011/05/28 23:23:49 dholland Exp $ DISTNAME= zombies-1.0 PKGREVISION= 5 @@ -9,8 +9,7 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www.thistledown.com.au/software/ COMMENT= Simple robots-like game where you destroy the zombies -# For removing setting SETGIDGAME from here pkgsrc should be fixed -SETGIDGAME= yes +USE_GAMESGROUP= yes SAVEPATH= ${VARBASE}/games/zombies SCOREFILE= ${SAVEPATH}/scores |