summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-ac
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-01-25 17:13:14 +0000
committerpooka <pooka@pkgsrc.org>2000-01-25 17:13:14 +0000
commit9a530df968264c02e8d2a6f18f4f5a4c18aaa145 (patch)
tree0023658b8178785b48c7659a163b7538008b8f3f /editors/vim-share/patches/patch-ac
parent0a3bc8b894fedc73684138f07f4f35a3a7be3d11 (diff)
downloadpkgsrc-9a530df968264c02e8d2a6f18f4f5a4c18aaa145.tar.gz
Remove all files that might conflict with a `normal vi', eg. bin/ex and
man/man1/view.1. The functionality is still there, the links are just no longer created.
Diffstat (limited to 'editors/vim-share/patches/patch-ac')
-rw-r--r--editors/vim-share/patches/patch-ac19
1 files changed, 17 insertions, 2 deletions
diff --git a/editors/vim-share/patches/patch-ac b/editors/vim-share/patches/patch-ac
index 15fc383b437..de2a4a0f3ce 100644
--- a/editors/vim-share/patches/patch-ac
+++ b/editors/vim-share/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.2 2000/01/17 17:36:33 pooka Exp $
+$NetBSD: patch-ac,v 1.3 2000/01/25 17:13:18 pooka Exp $
--- Makefile.orig Sun Jan 16 16:03:04 2000
-+++ Makefile Mon Jan 17 13:35:17 2000
++++ Makefile Tue Jan 25 18:56:02 2000
@@ -737,7 +737,7 @@
### might not work when they are changed!)
VIMDIR = /vim
@@ -19,3 +19,18 @@ $NetBSD: patch-ac,v 1.2 2000/01/17 17:36:33 pooka Exp $
@echo generating $(MANSUBDIR)/$(VIMNAME).1
@sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \
-e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \
+@@ -1469,13 +1470,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.
+-installhelplinks: $(GUI_MAN_TARGETS) $(MANSUBDIR)/$(EXNAME).1 $(MANSUBDIR)/$(VIEWNAME).1 $(MANSUBDIR)/$(RVIMNAME).1 $(MANSUBDIR)/$(RVIEWNAME).1
+-
+-$(MANSUBDIR)/$(EXNAME).1:
+- cd $(MANSUBDIR); ln -s $(VIMNAME).1 $(EXNAME).1
+-
+-$(MANSUBDIR)/$(VIEWNAME).1:
+- cd $(MANSUBDIR); ln -s $(VIMNAME).1 $(VIEWNAME).1
++installhelplinks: $(GUI_MAN_TARGETS) $(MANSUBDIR)/$(RVIMNAME).1 $(MANSUBDIR)/$(RVIEWNAME).1
+
+ $(MANSUBDIR)/$(GVIMNAME).1:
+ cd $(MANSUBDIR); ln -s $(VIMNAME).1 $(GVIMNAME).1