diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index b4e5072f28f..c151794624b 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.125 2009/06/25 05:34:53 martti Exp $ +# $NetBSD: Makefile.common,v 1.126 2009/08/04 05:53:03 martti Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -30,7 +30,11 @@ PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION}/ PATCHFILES+= 7.2.001-100.gz 7.2.101-200.gz PATCHFILES+= 7.2.201 7.2.202 7.2.203 7.2.204 7.2.205 7.2.206 7.2.207 PATCHFILES+= 7.2.208 7.2.209 7.2.210 7.2.211 7.2.212 7.2.213 7.2.214 -PATCHFILES+= 7.2.215 7.2.216 7.2.217 7.2.218 +PATCHFILES+= 7.2.215 7.2.216 7.2.217 7.2.218 7.2.219 7.2.220 7.2.221 +PATCHFILES+= 7.2.222 7.2.223 7.2.224 7.2.225 7.2.226 7.2.227 7.2.228 +PATCHFILES+= 7.2.229 7.2.230 7.2.231 7.2.232 7.2.233 7.2.234 7.2.235 +PATCHFILES+= 7.2.236 7.2.237 7.2.238 7.2.239 7.2.240 7.2.241 7.2.242 +PATCHFILES+= 7.2.243 7.2.244 7.2.245 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |