diff options
author | sat <sat@FreeBSD.org> | 2006-05-11 03:01:20 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-11 03:01:20 +0800 |
commit | 5dc35b54e917f2a10d18567b58e765ec78429ed4 (patch) | |
tree | 642568a414bad06399a50e9a9c09bec5014f89f3 /Mk | |
parent | c0cdf9c020bed2eb40aaa2d416022d96121ce50d (diff) | |
download | freebsd-ports-gnome-5dc35b54e917f2a10d18567b58e765ec78429ed4.tar.gz freebsd-ports-gnome-5dc35b54e917f2a10d18567b58e765ec78429ed4.tar.zst freebsd-ports-gnome-5dc35b54e917f2a10d18567b58e765ec78429ed4.zip |
update bsd.sites.mk - add berlios mirrors
Berlios is a popular SourceForge clone
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index d9ba00a48a9f..c87c692ec49c 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -104,6 +104,12 @@ MASTER_SITE_APACHE_XML+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,} .endif +.if !defined(IGNORE_MASTER_SITE_BERLIOS) +MASTER_SITE_BERLIOS+= \ + http://download.berlios.de/%SUBDIR%/ \ + http://download2.berlios.de/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ |