aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.sites.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index f3c5a2484365..ce09bd74e2fb 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -113,6 +113,14 @@ MASTER_SITE_CHEESESHOP+= \
http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/
.endif
+.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)
+MASTER_SITE_COMP_SOURCES+= \
+ http://ftp.isc.org/pub/usenet/comp.sources.%SUBDIR%/ \
+ http://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \
+ http://ftp.sunet.se/pub/usenet/ftp.uu.net/comp.sources.%SUBDIR%/ \
+ http://ftp.fi.netbsd.org/pub/misc/archive/comp.sources.%SUBDIR%/
+.endif
+
.if !defined(IGNORE_MASTER_SITE_DEBIAN)
MASTER_SITE_DEBIAN+= \
http://cdn.debian.net/debian/%SUBDIR%/ \