summaryrefslogtreecommitdiff
path: root/games/moria/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-23 06:05:39 +0000
committerdholland <dholland@pkgsrc.org>2012-05-23 06:05:39 +0000
commit7391a3dbb8afe4e702b5b31912b7975a1249df21 (patch)
treeafa01a094c56b6903b0877d5e21e20d6d2574a7a /games/moria/Makefile
parent26722e504398e0d9603aefb971d1c1f2900d6c08 (diff)
downloadpkgsrc-7391a3dbb8afe4e702b5b31912b7975a1249df21.tar.gz
Honor PKGMANDIR. While here, also honor VARBASE and LDFLAGS.
PKGREVISION -> 2
Diffstat (limited to 'games/moria/Makefile')
-rw-r--r--games/moria/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile
index 2fd55540a53..4641146ad9b 100644
--- a/games/moria/Makefile
+++ b/games/moria/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2010/06/25 22:12:31 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2012/05/23 06:05:39 dholland Exp $
DISTNAME= um5.5.2
PKGNAME= moria-5.5.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games
# The "offical" master site has lost the pub/Games directory.
#MASTER_SITES= ftp://ftp.cis.ksu.edu/pub/Games/Moria/source/
@@ -21,7 +21,7 @@ MAKE_FLAGS+= CURSES=-lncurses
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
SETGIDGAME= yes
-CONF_FILES_PERMS+= /dev/null /var/games/moria.scores \
+CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/moria.scores \
${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
SPECIAL_PERMS= bin/moria ${SETGID_GAMES_PERMS}