aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.sites.mk8
-rw-r--r--editors/vim/Makefile7
2 files changed, 9 insertions, 6 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 1422adb60fef..ff8c8834eeb0 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -450,6 +450,14 @@ MASTER_SITE_THEMES+= \
ftp://ftp.debian.org/pub/mirrors/themes.org/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/themes/%SUBDIR%/
+MASTER_SITE_VIM+= \
+ ftp://ftp.vim.org/pub/vim/unix/ \
+ ftp://ftp.is.co.za/applications/editors/vim/unix/ \
+ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \
+ ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/ \
+ ftp://relay.nuxi.com/pub/vim/unix/ \
+ ftp://nuxi.ucdavis.edu/pub/vim/unix/
+
MASTER_SITE_WINDOWMAKER+= \
ftp://ftp.windowmaker.org/pub/%SUBDIR%/ \
ftp://ftp.goldweb.com.au/pub/WindowMaker/%SUBDIR%/ \
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 6fa08d2e6cf8..f9fb8c9974a4 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -11,12 +11,7 @@ PATCHLEVEL= 319
PORTVERSION= 6.1.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
-MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
- ftp://relay.nuxi.com/pub/vim/unix/ \
- ftp://ftp.vim.org/pub/vim/unix/ \
- ftp://ftp.is.co.za/applications/editors/vim/unix/ \
- ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \
- ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/
+MASTER_SITES= ${MASTER_SITE_VIM}
DISTNAME= vim-${PORTVERSION:C/\.[0-9]*$//}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}