summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorPeter Hawkins <thepish@FreeBSD.org>1998-05-19 13:02:04 +0000
committerPeter Hawkins <thepish@FreeBSD.org>1998-05-19 13:02:04 +0000
commite92d6037f247fa5c17dc1ef3e6135cb9a5182e9d (patch)
tree594c778c7cbc66d6b112e2cd12098d0f6a1967d8 /Mk
parentMy mistakes in previous commit are fixed. (diff)
PR: misc/6031
Patch applied as per PR - enables preferential fetch from local mirrors
Notes
Notes: svn path=/head/; revision=11065
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 03d47adb8359..eca8857a4ef4 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.273 1998/03/24 03:34:51 asami Exp $
+# $Id: bsd.port.mk,v 1.274 1998/05/04 04:01:26 steve Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -270,6 +270,8 @@ ARCH!= uname -m
# Get the operating system type
OPSYS!= uname -s
+.include <bsd.locale.mk>
+
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
.endif
@@ -588,6 +590,11 @@ MASTER_SITE_KDE+= \
MASTER_SITES?=
PATCH_SITES?=
+# If the user has this set, try it first
+.if defined(NEAR_SITE_LIST)
+MASTER_SITES:= ${NEAR_SITE_LIST} ${MASTER_SITES}
+.endif
+
# To avoid double-slashes
MASTER_SITE_SUBDIR?= .
PATCH_SITE_SUBDIR?= .