diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 1753781c656..8e6af767ef0 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.91 2007/09/18 05:32:17 martti Exp $ +# $NetBSD: Makefile.common,v 1.92 2007/09/19 11:49:29 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -15,23 +15,10 @@ EXTRACT_SUFX= .tar.bz2 PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION:Q}/ PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION:Q}/ -PATCHFILES+= 7.1.001 7.1.002 7.1.003 7.1.004 7.1.005 7.1.006 7.1.007 -PATCHFILES+= 7.1.008 7.1.009 7.1.010 7.1.011 7.1.012 7.1.013 7.1.014 -PATCHFILES+= 7.1.015 7.1.016 7.1.017 7.1.018 7.1.019 7.1.020 7.1.021 -PATCHFILES+= 7.1.022 7.1.023 7.1.024 7.1.025 7.1.026 7.1.027 7.1.028 -PATCHFILES+= 7.1.029 7.1.030 7.1.031 7.1.032 7.1.033 7.1.034 7.1.035 -PATCHFILES+= 7.1.036 7.1.037 7.1.038 7.1.039 7.1.040 7.1.041 7.1.042 -PATCHFILES+= 7.1.043 7.1.044 7.1.045 7.1.046 7.1.047 7.1.048 7.1.049 -PATCHFILES+= 7.1.050 7.1.051 7.1.052 7.1.053 7.1.054 7.1.055 7.1.056 -PATCHFILES+= 7.1.057 7.1.058 7.1.059 7.1.060 7.1.061 7.1.062 7.1.063 -PATCHFILES+= 7.1.064 7.1.065 7.1.066 7.1.067 7.1.068 7.1.069 7.1.070 -PATCHFILES+= 7.1.071 7.1.072 7.1.073 7.1.074 7.1.075 7.1.076 7.1.077 -PATCHFILES+= 7.1.078 7.1.079 7.1.080 7.1.081 7.1.082 7.1.083 7.1.084 -PATCHFILES+= 7.1.085 7.1.086 7.1.087 7.1.088 7.1.089 7.1.090 7.1.091 -PATCHFILES+= 7.1.092 7.1.093 7.1.094 7.1.095 7.1.096 7.1.097 7.1.098 -PATCHFILES+= 7.1.099 7.1.100 7.1.101 7.1.102 7.1.103 7.1.104 7.1.105 -PATCHFILES+= 7.1.106 7.1.107 7.1.108 7.1.109 7.1.110 7.1.111 7.1.112 -PATCHFILES+= 7.1.113 7.1.114 7.1.115 7.1.116 +PATCHFILES+= 7.1.001-100.gz +PATCHFILES+= 7.1.101 7.1.102 7.1.103 7.1.104 7.1.105 7.1.106 7.1.107 +PATCHFILES+= 7.1.108 7.1.109 7.1.110 7.1.111 7.1.112 7.1.113 7.1.114 +PATCHFILES+= 7.1.115 7.1.116 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |