diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-03-26 14:19:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-03-26 14:19:10 +0000 |
commit | 032ac5e1837cc4f88efe1c80b8bb696ca4dcb1ff (patch) | |
tree | 659d16fcb0a166ad7c56e03dac2beaec1b346ae4 /Mk/bsd.sites.mk | |
parent | Depend 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.mk | 2 |
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%/ \ |