summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-11-04 19:49:56 +0000
committeragc <agc@pkgsrc.org>2001-11-04 19:49:56 +0000
commit55b1c236e769b96cefc0e5e68cddc1dc8a0a9908 (patch)
tree0246d13c0049cd4827b72a432d72abe5468e2c20 /mk/bsd.prefs.mk
parent2557f230f09ad8f7b14ea417f7ff461951a5371f (diff)
downloadpkgsrc-55b1c236e769b96cefc0e5e68cddc1dc8a0a9908.tar.gz
My thanks to Thorsten - this part of my change for Darwin support was
lost. However, modify previous change to let Darwin know about SHAREOWN, SHAREGRP and SHAREMODE in a different way - no point in checking for OPSYS here, since every OPSYS has to know about them.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index e6d258e32c5..1b12b12831a 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.62 2001/11/04 13:42:01 frueauf Exp $
+# $NetBSD: bsd.prefs.mk,v 1.63 2001/11/04 19:49:56 agc Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -126,11 +126,9 @@ OBJECT_FMT?=a.out
.endif
.endif
-.if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS") || (${OPSYS} == "Linux") || (${OPSYS} == "Darwin")
SHAREOWN?= ${DOCOWN}
SHAREGRP?= ${DOCGRP}
SHAREMODE?= ${DOCMODE}
-.endif
.if defined(PREFIX) && (${PREFIX} != ${__PREFIX_SET__})
.BEGIN: