summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>2004-04-22 04:14:27 +0000
committertv <tv>2004-04-22 04:14:27 +0000
commit4d95f42ff2841ca5eae038fd426d481b9790c1d2 (patch)
tree6aa64cf6de3d1b1bcc428e55eecb1d7c44cd838d /mk
parenta27b0c48fc08cb6d66d5eb505e5eead2cd551a46 (diff)
downloadpkgsrc-4d95f42ff2841ca5eae038fd426d481b9790c1d2.tar.gz
PKGDIRMODE for Interix is 775 (since umask is 002).
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.Interix.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk
index 26b9028fb8a..0fe1083916a 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.14 2004/04/22 03:36:30 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.15 2004/04/22 04:14:27 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -89,6 +89,7 @@ MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type
MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type
NOLOGIN?= /sbin/nologin
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
+PKGDIRMODE?= 775
ROOT_CMD?= ${SU} - ${ROOT_USER} -c
ROOT_USER?= ${BINOWN}
ROOT_GROUP?= +Administrators