diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-25 17:13:14 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-25 17:13:14 +0000 |
commit | 9a530df968264c02e8d2a6f18f4f5a4c18aaa145 (patch) | |
tree | 0023658b8178785b48c7659a163b7538008b8f3f /editors/vim-share | |
parent | 0a3bc8b894fedc73684138f07f4f35a3a7be3d11 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | editors/vim-share/files/patch-sum | 4 | ||||
-rw-r--r-- | editors/vim-share/patches/patch-ac | 19 | ||||
-rw-r--r-- | editors/vim-share/pkg/PLIST | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/editors/vim-share/files/patch-sum b/editors/vim-share/files/patch-sum index 3ac9e183ead..18024a10718 100644 --- a/editors/vim-share/files/patch-sum +++ b/editors/vim-share/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.2 2000/01/17 17:36:32 pooka Exp $ +$NetBSD: patch-sum,v 1.3 2000/01/25 17:13:17 pooka Exp $ MD5 (patch-aa) = 951d4e8cdc4a7405601c21515c013af8 -MD5 (patch-ac) = 5df1fe0e56b832356d05b35ed1a08046 +MD5 (patch-ac) = f08e5029ca1409c64e5ea60d22c89b21 MD5 (patch-za) = e53e72a98abbb723d60c03b8bf1fc55d MD5 (patch-zb) = 221296b5d4e7413473f9cc4098a611fd 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 diff --git a/editors/vim-share/pkg/PLIST b/editors/vim-share/pkg/PLIST index 9416dfbc262..280d242bca4 100644 --- a/editors/vim-share/pkg/PLIST +++ b/editors/vim-share/pkg/PLIST @@ -1,12 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2000/01/17 17:36:34 pooka Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/01/25 17:13:18 pooka Exp $ bin/vimtutor bin/vim-ctags bin/vim-etags bin/xxd man/man1/vim.1 man/man1/vimtutor.1 -man/man1/ex.1 -man/man1/view.1 man/man1/rvim.1 man/man1/rview.1 man/man1/vim-ctags.1 |