From f5a99fc18db1dfc6e8b384f74ffd1ecf8f074c81 Mon Sep 17 00:00:00 2001 From: jasoni Date: Tue, 3 Apr 2001 03:21:15 +0000 Subject: [PATCH] - give patch better name (consisten with update-patches) - LOCALBASE -> TRUEPREFIX (thanks espie@) --- .../stable/patches/{patch-location => patch-Makefile} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename editors/vim/stable/patches/{patch-location => patch-Makefile} (74%) diff --git a/editors/vim/stable/patches/patch-location b/editors/vim/stable/patches/patch-Makefile similarity index 74% rename from editors/vim/stable/patches/patch-location rename to editors/vim/stable/patches/patch-Makefile index da5379c2eff..77b6822ad38 100644 --- a/editors/vim/stable/patches/patch-location +++ b/editors/vim/stable/patches/patch-Makefile @@ -15,15 +15,15 @@ -TUTORENDLOC = $(TUTORSUBLOC) -#TUTORENDLOC = /usr/lib/vim/tutor +#VIMRCENDLOC = $(VIMRCLOC) -+VIMRCENDLOC = $(LOCALBASE)/share$(VIMDIR) ++VIMRCENDLOC = $(TRUEPREFIX)/share$(VIMDIR) +#HELPENDLOC = $(HELPSUBLOC) -+HELPENDLOC = $(LOCALBASE)/share$(VIMDIR)$(VIMRTDIR)$(HELPSUBDIR) ++HELPENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(HELPSUBDIR) +#SYNTAXENDLOC = $(SYNSUBLOC) -+SYNTAXENDLOC = $(LOCALBASE)/share$(VIMDIR)$(VIMRTDIR)$(SYNSUBDIR) ++SYNTAXENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(SYNSUBDIR) +#SCRIPTENDLOC = $(SCRIPTLOC) -+SCRIPTENDLOC = $(LOCALBASE)/share$(VIMDIR)$(VIMRTDIR) ++SCRIPTENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR) +#TUTORENDLOC = $(TUTORSUBLOC) -+TUTORENDLOC = $(LOCALBASE)/share$(VIMDIR)$(VIMRTDIR)$(TUTORSUBDIR) ++TUTORENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(TUTORSUBDIR) ### Name of the menu file target. SYS_MENU_FILE = $(SCRIPTLOC)/menu.vim