From 4476e7eb89457b2d66e0723850590fd851a29708 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 12 Apr 2006 21:01:15 +0000 Subject: 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. --- mk/platform/FreeBSD.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/platform/FreeBSD.mk') diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk index 36fa38e001b..779b842e2b6 100644 --- a/mk/platform/FreeBSD.mk +++ b/mk/platform/FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: FreeBSD.mk,v 1.17 2006/03/18 21:40:44 jlam Exp $ +# $NetBSD: FreeBSD.mk,v 1.18 2006/04/12 21:01:15 joerg Exp $ # # Variable definitions for the FreeBSD operating system. @@ -90,4 +90,5 @@ _OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax GAMEOWN= games GAMEGRP= games GAMEMODE= 2555 +GAMEDIRMODE= 0775 .endif -- cgit v1.2.3