From 7d37c5b649cb9c770b88b4863a46cbe4fbc812e7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 6 Oct 2002 07:11:14 +0000 Subject: Update to Vim 6.1 patchlevel 206 --- editors/vim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/vim/Makefile') 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}|; \ -- cgit v1.2.3