summaryrefslogtreecommitdiff
path: root/games/xsokoban
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-19 21:35:12 +0000
committerjoerg <joerg>2010-02-19 21:35:12 +0000
commite3fe6a2bbe86e81ad318430c2929378c7feb6042 (patch)
tree25527c8a0d5098ca2f3924dc29f2502400f2e2ff /games/xsokoban
parent0e39c6122b4d13a5e4b8b095620cb07c7da9eccd (diff)
downloadpkgsrc-e3fe6a2bbe86e81ad318430c2929378c7feb6042.tar.gz
Fix ownership. Bump revision.
Diffstat (limited to 'games/xsokoban')
-rw-r--r--games/xsokoban/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xsokoban/Makefile b/games/xsokoban/Makefile
index 825a2b8d978..0e1ad3ca252 100644
--- a/games/xsokoban/Makefile
+++ b/games/xsokoban/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/08 16:31:56 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/19 21:37:47 joerg Exp $
#
DISTNAME= xsokoban-3.3c
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.cs.cornell.edu/andru/release/
@@ -26,7 +27,7 @@ CONFIGURE_ENV+= X11BASE=${X11BASE}
SETGIDGAME= yes
SPECIAL_PERMS= bin/xsokoban ${SETGID_GAMES_PERMS}
-OWN_DIRS_PERMS+= ${SAVEPATH} ${GAMEOWN} ${GAMEGRP} ${GAMEDIRMODE}
+OWN_DIRS_PERMS+= ${SAVEPATH} ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
MAKE_FLAGS+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q}
MAKE_FLAGS+= INSTALL_DATA=${INSTALL_DATA:Q}