summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-ac
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2001-06-06 06:07:28 +0000
committerpooka <pooka@pkgsrc.org>2001-06-06 06:07:28 +0000
commit6a547d9a75b9dde77c5a3d5a741e65d8e62ae3e7 (patch)
treedd3672c5bb5c9ca58e17d8e7db7efd7cee52c0cf /editors/vim-share/patches/patch-ac
parent6b51176038d053f46de7ae3184e6a659cd786cb3 (diff)
downloadpkgsrc-6a547d9a75b9dde77c5a3d5a741e65d8e62ae3e7.tar.gz
Update vim to 5.8
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
Diffstat (limited to 'editors/vim-share/patches/patch-ac')
-rw-r--r--editors/vim-share/patches/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/vim-share/patches/patch-ac b/editors/vim-share/patches/patch-ac
index d256ee44ac5..7c9f19449c6 100644
--- a/editors/vim-share/patches/patch-ac
+++ b/editors/vim-share/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.4 2000/06/25 11:50:37 pooka Exp $
+$NetBSD: patch-ac,v 1.5 2001/06/06 06:07:30 pooka Exp $
---- Makefile.orig Sat Jun 24 12:28:59 2000
-+++ Makefile Sun Jun 25 13:42:51 2000
+--- Makefile.orig Thu May 31 16:03:57 2001
++++ Makefile Wed Jun 6 08:08:04 2001
@@ -752,7 +752,7 @@
### might not work when they are changed!)
VIMDIR = /vim
- VIMRTDIR = /vim57
+ VIMRTDIR = /vim58
-HELPSUBDIR = /doc
+HELPSUBDIR = /../../doc/vim
SYNSUBDIR = /syntax
MACROSUBDIR = /macros
TOOLSSUBDIR = /tools
-@@ -1367,6 +1367,7 @@
+@@ -1354,6 +1354,7 @@
# install the help files; first adjust the contents for the location
installvimhelp: $(HELPSOURCE)/vim.1 $(MANSUBDIR) $(VIMLOC) $(VIMRTLOC) $(HELPSUBLOC) $(SYNSUBLOC) $(TUTORSUBLOC)
@@ -19,7 +19,7 @@ $NetBSD: patch-ac,v 1.4 2000/06/25 11:50:37 pooka Exp $
@echo generating $(MANSUBDIR)/$(VIMNAME).1
@sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \
-e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \
-@@ -1487,13 +1488,7 @@
+@@ -1471,13 +1472,7 @@
# create links for the manual pages with various names to vim. This is only
# done when the links (or manpages with the same name) don't exist yet.