diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-03 11:24:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-03 11:24:42 +0000 |
commit | 34f7684d3bc4a1c37567b3955434ef043933f46a (patch) | |
tree | bba0ca4ca740a96d89f06b11e98ea72e2bd86eb5 /Mk | |
parent | 165ad117631e169314165d48ad85a24cec28a234 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 4664e73eb258..c8c9ee09cfd7 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -135,8 +135,7 @@ MASTER_SITE_CRITICAL+= \ http://energy.critical.ch/distfiles/%SUBDIR%/ \ http://snow.critical.ch/distfiles/%SUBDIR%/ \ http://www.bluestop.org/distfiles/%SUBDIR%/ \ - http://fneu.fr/distfiles/%SUBDIR%/ \ - ftp://saper.info/pub/FreeBSD/distfiles/%SUBDIR%/ + http://fneu.fr/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CSME) |