summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-25 22:32:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-25 22:32:23 +0000
commitd8406bc82eba6d2b74b4ac39fadaac9569a0ab99 (patch)
treefc9fcd7b4c4c87718f584ad40fdce2bfd1c04f54 /editors/vim
parentUpdate to 0.11 (diff)
With jot(1) we can start at 001 and not have to remove the bogus 000 patch.
Submitted by: Esa Karkkainen <ejk@iki.fi>
Notes
Notes: svn path=/head/; revision=55244
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 451579195117..eb37dbf1953e 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -22,9 +22,9 @@ DISTNAME= vim-${PORTVERSION:C/\.[0-9]*$//}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
PATCHFILES!= jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
- ${PATCHLEVEL} 0 ${PATCHLEVEL}
+ ${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
-BADPATCHES= 000 012 027 035 048 053 064 070 073 087 093 106 107 115 116 117 119 121 122 123 125 135 137 138 161 162 164 165 179 186 205 207 227 250 251 254 255 256 260 262 268
+BADPATCHES= 012 027 035 048 053 064 070 073 087 093 106 107 115 116 117 119 121 122 123 125 135 137 138 161 162 164 165 179 186 205 207 227 250 251 254 255 256 260 262 268
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.0.${p}}
.endfor