diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-01 20:38:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-01 20:38:50 +0000 |
commit | 2908c7e96f68c4b590ea092133c6f0ee8b80e92d (patch) | |
tree | 04874ffb068ce0bc75ddd39d158ec930969610fe /Mk/bsd.sites.mk | |
parent | ec56155749b17027e9aa7e7eca46e69d75ee4d00 (diff) | |
download | ports-2908c7e96f68c4b590ea092133c6f0ee8b80e92d.tar.gz ports-2908c7e96f68c4b590ea092133c6f0ee8b80e92d.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.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 0a804635177b..0098719636b4 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1342,8 +1342,7 @@ MASTER_SITE_THEMES+= \ .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ ftp://ftp.vim.org/pub/vim/unix/ \ - ftp://ftp.is.co.za/applications/editors/vim/unix/ \ - ftp://ftp.mirrorservice.org/sites/ftp.vim.org/pub/vim/unix \ + ftp://ftp.mirrorservice.org/sites/ftp.vim.org/pub/vim/unix/ \ ftp://ftp.jp.vim.org/pub/vim/unix/ .endif |