diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index d912b719781..3ab786c3a48 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.134 2009/12/16 19:24:11 martti Exp $ +# $NetBSD: Makefile.common,v 1.135 2010/02/18 08:18:25 martti Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -30,7 +30,14 @@ PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION}/ PATCHFILES+= 7.2.001-100.gz 7.2.101-200.gz 7.2.201-300.gz PATCHFILES+= 7.2.301 7.2.302 7.2.303 7.2.304 7.2.305 7.2.306 7.2.307 PATCHFILES+= 7.2.308 7.2.309 7.2.310 7.2.311 7.2.312 7.2.313 7.2.314 -PATCHFILES+= 7.2.315 7.2.316 7.2.317 7.2.318 7.2.319 7.2.320 +PATCHFILES+= 7.2.315 7.2.316 7.2.317 7.2.318 7.2.319 7.2.320 7.2.321 +PATCHFILES+= 7.2.322 7.2.323 7.2.324 7.2.325 7.2.326 7.2.327 7.2.328 +PATCHFILES+= 7.2.329 7.2.330 7.2.331 7.2.332 7.2.333 7.2.334 7.2.335 +PATCHFILES+= 7.2.336 7.2.337 7.2.338 7.2.339 7.2.340 7.2.341 7.2.342 +PATCHFILES+= 7.2.343 7.2.344 7.2.345 7.2.346 7.2.347 7.2.348 7.2.349 +PATCHFILES+= 7.2.350 7.2.351 7.2.352 7.2.353 7.2.354 7.2.355 7.2.356 +PATCHFILES+= 7.2.357 7.2.358 7.2.359 7.2.360 7.2.361 7.2.362 7.2.363 +PATCHFILES+= 7.2.364 7.2.365 7.2.366 7.2.367 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |