From 8b336014c27c84906f48309ab78ee53e84935e3e Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 4 Apr 2000 20:19:34 +0000 Subject: [PATCH] More missing DESTDIRs --- x11/xview/config/patches/p-doc-Imakefile | 6 +++--- x11/xview/config/patches/p-doc-bugs-Imakefile | 11 +++++++++++ .../config/patches/p-doc-config-usenixws-Imakefile | 11 +++++++++++ x11/xview/config/patches/p-util-Imakefile | 11 +++++++++++ 4 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 x11/xview/config/patches/p-doc-bugs-Imakefile create mode 100644 x11/xview/config/patches/p-doc-config-usenixws-Imakefile create mode 100644 x11/xview/config/patches/p-util-Imakefile diff --git a/x11/xview/config/patches/p-doc-Imakefile b/x11/xview/config/patches/p-doc-Imakefile index f415489a6aa..49524a1c277 100644 --- a/x11/xview/config/patches/p-doc-Imakefile +++ b/x11/xview/config/patches/p-doc-Imakefile @@ -1,11 +1,11 @@ ---- ./doc/Imakefile.orig Tue Jun 29 07:13:15 1993 -+++ ./doc/Imakefile Sat Apr 1 18:24:54 2000 +--- doc/Imakefile.orig Tue Jun 29 07:13:15 1993 ++++ doc/Imakefile Tue Apr 4 22:15:45 2000 @@ -17,7 +17,7 @@ DOCFILES = xview-info olgx_api.txt olgx_ ALLFILES = $(DOCFILES) install:: - $(MKDIRHIER) $(DOC_DEST) -+ $(MKDIRHIER) $(DOC_DEST) ++ $(MKDIRHIER) $(DESTDIR)$(DOC_DEST) InstallNonExecList($(DOCFILES),$(DOC_DEST)) PopulateSCCSTree(h,$(ALLFILES) README) diff --git a/x11/xview/config/patches/p-doc-bugs-Imakefile b/x11/xview/config/patches/p-doc-bugs-Imakefile new file mode 100644 index 00000000000..992314420a2 --- /dev/null +++ b/x11/xview/config/patches/p-doc-bugs-Imakefile @@ -0,0 +1,11 @@ +--- doc/bugs/Imakefile.orig Tue Apr 4 22:15:57 2000 ++++ doc/bugs/Imakefile Tue Apr 4 22:16:02 2000 +@@ -11,7 +11,7 @@ ALLFILES = $(DOCFILES) + all:: + + install:: +- $(MKDIRHIER) $(DOC_DEST) ++ $(MKDIRHIER) $(DESTDIR)$(DOC_DEST) + + InstallNonExecList($(DOCFILES),$(DOC_DEST)) + DependTarget() diff --git a/x11/xview/config/patches/p-doc-config-usenixws-Imakefile b/x11/xview/config/patches/p-doc-config-usenixws-Imakefile new file mode 100644 index 00000000000..b0a149fec5a --- /dev/null +++ b/x11/xview/config/patches/p-doc-config-usenixws-Imakefile @@ -0,0 +1,11 @@ +--- doc/config/usenixws/Imakefile.orig Tue Apr 4 22:16:18 2000 ++++ doc/config/usenixws/Imakefile Tue Apr 4 22:16:53 2000 +@@ -25,7 +25,7 @@ clean:: + rm -f *~ \#* *.bak errs + + install:: +- $(MKDIRHIER) $(DOC_DEST) ++ $(MKDIRHIER) $(DESTDIR)$(DOC_DEST) + + InstallNonExecList($(DOCFILES),$(DOC_DEST)) + PopulateSCCSTree(h,$(ALLFILES)) diff --git a/x11/xview/config/patches/p-util-Imakefile b/x11/xview/config/patches/p-util-Imakefile new file mode 100644 index 00000000000..650bb48370f --- /dev/null +++ b/x11/xview/config/patches/p-util-Imakefile @@ -0,0 +1,11 @@ +--- util/Imakefile.orig Tue Apr 4 22:17:16 2000 ++++ util/Imakefile Tue Apr 4 22:17:24 2000 +@@ -24,7 +24,7 @@ MakeSubdirs($(SUBDIRS)) + DependSubdirs($(SUBDIRS)) + + install:: +- $(MKDIRHIER) $(BINDIR) ++ $(MKDIRHIER) $(DESTDIR)$(BINDIR) + + includes:: + echo "no includes in $(CURRENT_DIR)"