summaryrefslogtreecommitdiff
path: root/games/xsokoban
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-19 21:35:12 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-19 21:35:12 +0000
commitcf7638d62d3b1b1daff446d8b64f9b0c601cd8b3 (patch)
tree25527c8a0d5098ca2f3924dc29f2502400f2e2ff /games/xsokoban
parent5b19c3979292f2de4cf0dfe2c0bf0200a89e193e (diff)
downloadpkgsrc-cf7638d62d3b1b1daff446d8b64f9b0c601cd8b3.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}