summaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-03-26 14:19:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-03-26 14:19:10 +0000
commit032ac5e1837cc4f88efe1c80b8bb696ca4dcb1ff (patch)
tree659d16fcb0a166ad7c56e03dac2beaec1b346ae4 /Mk/bsd.sites.mk
parentDepend on multimedia/libdvdread (and multimedia/libdvdcss indirectly) (diff)
Use += instead of ?= for $MASTER_SITE_LOCAL for consistency.
Notes
Notes: svn path=/head/; revision=77484
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 31c7eec5e9cd..eb6107442820 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -14,7 +14,7 @@
#
# Where to put distfiles that don't have any other master site
-MASTER_SITE_LOCAL?= \
+MASTER_SITE_LOCAL+= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \