diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-02-09 10:35:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-02-09 10:35:12 +0000 |
commit | 1bee26eff921f100cf6267c65bb6b400a7e16549 (patch) | |
tree | 7d2a1a657b77e83281d17320e93ec4f46312ea5f /editors/vim/files | |
parent | 2b02ff0391645f96ffa34c83d8e635cc74f94de4 (diff) |
Upgrade to beta version 5.0w.
Notes
Notes:
svn path=/head/; revision=9640
Diffstat (limited to 'editors/vim/files')
-rw-r--r-- | editors/vim/files/patch-01 | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/editors/vim/files/patch-01 b/editors/vim/files/patch-01 index efc40f6d5bdd..28fe64510878 100644 --- a/editors/vim/files/patch-01 +++ b/editors/vim/files/patch-01 @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Nov 9 15:34:28 1997 -+++ Makefile Tue Nov 11 06:51:53 1997 -@@ -249,6 +249,7 @@ +--- Makefile.orig Sun Feb 8 12:18:57 1998 ++++ Makefile Mon Feb 9 02:07:52 1998 +@@ -260,6 +260,7 @@ ### Extra configure arguments - just put anything here, just an example #CONF_ARGS = --exec-prefix=/usr @@ -8,7 +8,7 @@ ### For creating a plain Vim without any X11 related fancies use this one: ### (otherwise Vim configure will try to include xterm titlebar access) -@@ -1018,31 +1019,31 @@ +@@ -1058,28 +1059,28 @@ installinks: $(GUI_TARGETS) $(BINDIR)/$(EXTARGET) $(BINDIR)/$(VIEWTARGET) $(BINDIR)/$(RVIMTARGET) $(BINDIR)/$(RVIEWTARGET) $(BINDIR)/$(EXTARGET): @@ -23,10 +23,6 @@ - cd $(BINDIR); ln -s $(VIMTARGET) $(GVIMTARGET) + cd $(BINDIR); ln -sf $(VIMTARGET) $(GVIMTARGET) - $(BINDIR)/$(GEXTARGET): -- cd $(BINDIR); ln -s $(VIMTARGET) $(GEXTARGET) -+ cd $(BINDIR); ln -sf $(VIMTARGET) $(GEXTARGET) - $(BINDIR)/$(GVIEWTARGET): - cd $(BINDIR); ln -s $(VIMTARGET) $(GVIEWTARGET) + cd $(BINDIR); ln -sf $(VIMTARGET) $(GVIEWTARGET) @@ -47,5 +43,5 @@ - cd $(BINDIR); ln -s $(VIMTARGET) $(RGVIEWTARGET) + cd $(BINDIR); ln -sf $(VIMTARGET) $(RGVIEWTARGET) - uninstall: - -rm -f $(BINDIR)/$(VIMTARGET)$(SUFFIX) $(BINDIR)/$(GVIMTARGET) + # 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. |