diff options
author | dholland <dholland> | 2011-05-28 23:23:49 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-05-28 23:23:49 +0000 |
commit | a2204b8046a34848778c8dd36e0e4e9626a8f819 (patch) | |
tree | 4069c22abcde3cbdc5a6e383aa2b6c50211e543d /games/zombies | |
parent | 1145b664fbe0a5386e7a286f4bcb564850dd4997 (diff) | |
download | pkgsrc-a2204b8046a34848778c8dd36e0e4e9626a8f819.tar.gz |
SETGIDGAME -> USE_GAMESGROUP
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 |