summaryrefslogtreecommitdiff
path: root/mk/platform/SunOS.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-12 21:01:15 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-12 21:01:15 +0000
commitff97fc3a9a7adaf11d162b56402c4f36bef0f892 (patch)
treec8e9436b8ea5cc0ca32ebe603b58673df575576f /mk/platform/SunOS.mk
parentb808e56b4775f92296ea4bcd978817d5b983dc40 (diff)
downloadpkgsrc-ff97fc3a9a7adaf11d162b56402c4f36bef0f892.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/SunOS.mk')
-rw-r--r--mk/platform/SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index a1c5e48216e..75fa647a15d 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.23 2006/04/01 23:27:49 grant Exp $
+# $NetBSD: SunOS.mk,v 1.24 2006/04/12 21:01:15 joerg Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -131,4 +131,5 @@ PKG_TOOLS_BIN?= ${LOCALBASE}/bin
#GAMEOWN= games
#GAMEGRP= games
#GAMEMODE= 2555
+#GAMEDIRMODE= 0775
#.endif