diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-02 04:38:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-02 04:38:50 +0800 |
commit | c2558845864a21d77704d7a738ae201e63ae8dc9 (patch) | |
tree | 2b5fa26deb04a7fdb3478efbf8b9384e60c59f06 /Mk | |
parent | 3f3ca65744324401e9e4274baaa09bd9fb80b1ee (diff) | |
download | freebsd-ports-gnome-c2558845864a21d77704d7a738ae201e63ae8dc9.tar.gz freebsd-ports-gnome-c2558845864a21d77704d7a738ae201e63ae8dc9.tar.zst freebsd-ports-gnome-c2558845864a21d77704d7a738ae201e63ae8dc9.zip |
Remove one stale VIM mastersite and fix another one to end with a slash.
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 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 |