summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortv <tv>2004-04-25 22:42:51 +0000
committertv <tv>2004-04-25 22:42:51 +0000
commit756ad7859dbaf9c8321cfa6fee02bcf129f81f32 (patch)
tree758d883c4350596e0417e374e953b188781f8515 /mk/bsd.prefs.mk
parentf00c1f91ff5c32045beebea4c0eb50e70720c69d (diff)
downloadpkgsrc-756ad7859dbaf9c8321cfa6fee02bcf129f81f32.tar.gz
Make sure PKGDIRMODE is always set in bsd.prefs.mk so it can be checked
in lang/perl58/Makefile. (It had been set previously only in bsd.pkg.mk.)
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 07c24b59214..0146e303739 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.158 2004/04/04 07:09:38 agc Exp $
+# $NetBSD: bsd.prefs.mk,v 1.159 2004/04/25 22:42:51 tv Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -235,6 +235,7 @@ APPEND_ELF= elf
. endif
.endif
+PKGDIRMODE?= 755
SHAREOWN?= ${DOCOWN}
SHAREGRP?= ${DOCGRP}
SHAREMODE?= ${DOCMODE}