summaryrefslogtreecommitdiff
path: root/mk/platform/OpenBSD.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/OpenBSD.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/OpenBSD.mk')
-rw-r--r--mk/platform/OpenBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index ac452f3abbe..b28896e83dd 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.22 2006/03/18 21:40:45 jlam Exp $
+# $NetBSD: OpenBSD.mk,v 1.23 2006/04/12 21:01:15 joerg Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -110,4 +110,5 @@ _OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
#GAMEOWN= games
#GAMEGRP= games
#GAMEMODE= 2555
+#GAMEDIRMODE= 0775
#.endif