diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-07 03:49:24 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-07 03:49:24 +0000 |
commit | a9bee26d4277bae9ab6feb9950a28be9ddfa9796 (patch) | |
tree | be54f12e291f6d18023d78ccb26548ef5e66beac /editors/vim | |
parent | 1de336568549a3997e3cb3fef2c0a112ad1f476c (diff) | |
download | ports-a9bee26d4277bae9ab6feb9950a28be9ddfa9796.tar.gz ports-a9bee26d4277bae9ab6feb9950a28be9ddfa9796.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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/} |