summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-10-06 07:11:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-10-06 07:11:14 +0000
commit7d37c5b649cb9c770b88b4863a46cbe4fbc812e7 (patch)
treee3e92fe17bae73b9e451424a73ede0de7975326f /editors/vim/Makefile
parentUpgrade to 1.9.1. (diff)
Update to Vim 6.1 patchlevel 206
Notes
Notes: svn path=/head/; revision=67462
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 4ce7a0ff0f04..a996886d1955 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 183
+PATCHLEVEL= 206
PORTVERSION= 6.1.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
@@ -23,7 +23,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
-BADPATCHES= 002 016 019 023 035 044 049 050 066 073 076 086 088 093 100 119 147 148 149 151 154 173 184
+BADPATCHES= 002 016 019 023 035 044 049 050 066 073 076 086 088 093 100 119 147 148 149 151 154 173 184 188 190 198 202
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.1.${p}}
.endfor
@@ -133,7 +133,7 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
USE_XLIB= yes
.endif
-post-patch:
+pre-configure:
@(cd ${WRKSRC}; ${MAKE} distclean)
@${REINPLACE_CMD} -e 's|8\.2|8.3|; \
s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|; \