summaryrefslogtreecommitdiff
path: root/mk/platform/DragonFly.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-12 21:01:15 +0000
committerjoerg <joerg>2006-04-12 21:01:15 +0000
commit5962b34dd7c71fe1cde2534e7f43e8790286d3f1 (patch)
treec8e9436b8ea5cc0ca32ebe603b58673df575576f /mk/platform/DragonFly.mk
parent39fa562b1fc96294f7e0e35f4af7132ffdd583b9 (diff)
downloadpkgsrc-5962b34dd7c71fe1cde2534e7f43e8790286d3f1.tar.gz
Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directories
are group-writeable by the games user on those platforms, where GAMEMODE includes setgid. It defaults to PKGDIRMODE otherwise.
Diffstat (limited to 'mk/platform/DragonFly.mk')
-rw-r--r--mk/platform/DragonFly.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index 4ab845a1158..76d61797431 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.26 2006/03/18 21:40:44 jlam Exp $
+# $NetBSD: DragonFly.mk,v 1.27 2006/04/12 21:01:15 joerg Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -95,4 +95,5 @@ _OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
GAMEOWN= games
GAMEGRP= games
GAMEMODE= 2555
+GAMEDIRMODE= 0775
.endif