diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-06-28 08:49:01 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-06-28 08:49:01 +0000 |
commit | 599e996b609f0b877eaf020213794e418e45d5a8 (patch) | |
tree | c6291a2070fe6a1901f680c11bba6ed458366aaf /Mk | |
parent | 168cb6222f5d715b5e4e1fdae2d9ac586901a9f3 (diff) | |
download | ports-599e996b609f0b877eaf020213794e418e45d5a8.tar.gz ports-599e996b609f0b877eaf020213794e418e45d5a8.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 8 |
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%/ \ |