summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-share/patches/patch-ad')
-rw-r--r--editors/vim-share/patches/patch-ad19
1 files changed, 14 insertions, 5 deletions
diff --git a/editors/vim-share/patches/patch-ad b/editors/vim-share/patches/patch-ad
index 291fd523eb4..1fda5d0cba3 100644
--- a/editors/vim-share/patches/patch-ad
+++ b/editors/vim-share/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.8 2005/10/17 06:49:34 martti Exp $
+$NetBSD: patch-ad,v 1.9 2006/05/09 06:36:48 martti Exp $
---- src/Makefile.orig 2005-10-15 14:52:15.000000000 +0300
-+++ src/Makefile 2005-10-17 04:16:59.000000000 +0300
-@@ -1076,26 +1076,31 @@
+--- src/Makefile.orig 2006-05-07 16:25:27.000000000 +0300
++++ src/Makefile 2006-05-08 10:01:00.000000000 +0300
+@@ -1131,26 +1131,31 @@
### Athena GUI
### Use Xaw3d to make the menus look a little bit nicer
#XAW_LIB = -lXaw3d
@@ -42,7 +42,16 @@ $NetBSD: patch-ad,v 1.8 2005/10/17 06:49:34 martti Exp $
ATHENA_LIBS2 = -lXt
ATHENA_INSTALL = install_normal
ATHENA_TARGETS = installglinks
-@@ -1788,7 +1793,7 @@
+@@ -1773,7 +1778,7 @@
+ -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
+ @echo generating help tags
+ # Generate the help tags with ":helptags" to handle all languages.
+- -@cd $(HELPSOURCE); $(MAKE) VIMEXE=$(DEST_BIN)/$(VIMTARGET) vimtags
++ -@cd $(HELPSOURCE); $(MAKE) VIMEXE=../../src/$(VIMTARGET) vimtags
+ cd $(HELPSOURCE); \
+ files=`ls *.txt tags`; \
+ files="$$files `ls *.??x tags-?? 2>/dev/null || true`"; \
+@@ -1897,7 +1902,7 @@
-chmod $(FILEMOD) $(DEST_TOOLS)/*
# replace the path in some tools
perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$$perlpath+" $(TOOLSSOURCE)/efm_perl.pl >$(DEST_TOOLS)/efm_perl.pl