summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-25 22:42:51 +0000
committertv <tv@pkgsrc.org>2004-04-25 22:42:51 +0000
commit88a69154365f01515bb0b93483ff4f4ef73c3be3 (patch)
tree758d883c4350596e0417e374e953b188781f8515 /mk/bsd.prefs.mk
parenta7d1b08315f8946cc12160b7341f7fee2cc3db72 (diff)
downloadpkgsrc-88a69154365f01515bb0b93483ff4f4ef73c3be3.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}