aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-26 06:32:23 +0800
committerobrien <obrien@FreeBSD.org>2002-02-26 06:32:23 +0800
commitdb8aadd7269b513474ab9a6f7abda9cd17c5cea6 (patch)
tree4e2fb9a8cf1a8c0a66f4d158c7f6cb2fecc9478b /editors
parent5cdaae52321e71e3433766898c78bd3086da4795 (diff)
downloadfreebsd-ports-gnome-db8aadd7269b513474ab9a6f7abda9cd17c5cea6.tar.gz
freebsd-ports-gnome-db8aadd7269b513474ab9a6f7abda9cd17c5cea6.tar.zst
freebsd-ports-gnome-db8aadd7269b513474ab9a6f7abda9cd17c5cea6.zip
With jot(1) we can start at 001 and not have to remove the bogus 000 patch.
Submitted by: Esa Karkkainen <ejk@iki.fi>
Diffstat (limited to 'editors')
-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