diff options
author | joerg <joerg> | 2010-02-19 21:35:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-19 21:35:12 +0000 |
commit | 9d5524b9982d3a10d7c95c1fd4b55cae1a6c561a (patch) | |
tree | 25527c8a0d5098ca2f3924dc29f2502400f2e2ff /games/zombies | |
parent | 570fc4fe4546108a502c0de2c6059bca02896b3c (diff) | |
download | pkgsrc-9d5524b9982d3a10d7c95c1fd4b55cae1a6c561a.tar.gz |
Fix ownership. Bump revision.
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index 7a9a29b330b..c5545dc711f 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2010/01/04 20:55:52 abs Exp $ +# $NetBSD: Makefile,v 1.16 2010/02/19 21:35:12 joerg Exp $ DISTNAME= zombies-1.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.thistledown.com.au/software/ @@ -16,7 +16,7 @@ SAVEPATH= ${VARBASE}/games/zombies SCOREFILE= ${SAVEPATH}/scores SPECIAL_PERMS= bin/zombies ${SETGID_GAMES_PERMS} -OWN_DIRS_PERMS+= ${SAVEPATH} ${GAMEOWN} ${GAMEGRP} ${GAMEDIRMODE} +OWN_DIRS_PERMS+= ${SAVEPATH} ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE} AUTO_MKDIRS= yes BUILD_DEFS+= VARBASE SCOREFILE |