diff options
author | agc <agc@pkgsrc.org> | 1998-09-01 09:33:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-01 09:33:41 +0000 |
commit | f0cf5f6a4bd6d3803255eaf58b45deb06e8a4649 (patch) | |
tree | 5151ce8ce28eedbf16b704a064fcf8f1c9b0a6fb /editors/vim/Makefile | |
parent | f7003c89fc71a248dcf938cb304325c5ecdd925f (diff) | |
download | pkgsrc-f0cf5f6a4bd6d3803255eaf58b45deb06e8a4649.tar.gz |
Upgrade to version 5.3 of the vi editor clone, to include minor bugfixes
since 5.2. Re-arrange the Makefile so that it hits the faster ftp sites
first. Add some additional syntax checking files.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index dabf7d9eb32..c80e2432258 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1998/08/24 10:12:22 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/09/01 09:33:41 agc Exp $ -DISTNAME= vim-5.2 +DISTNAME= vim-5.3 CATEGORIES= editors -MASTER_SITES= ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ - ftp://ftp.oce.nl/pub/vim/unix/ \ +MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ + ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ ftp://uiarchive.uiuc.edu/pub/packages/vim/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ -DISTFILES= vim-5.2-src.tar.gz vim-5.2-rt.tar.gz +DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.vim.org/ |