From 7e6d55c4b3a4b22aeec97875e3ee1390d27e57db Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Sun, 2 Jun 2013 23:05:19 -0500 Subject: system/heirloom-doctools: Added (classic implementation of the troff tools) Signed-off-by: Robby Workman --- .../patches/mk.config.patch-080407 | 38 +++++++++++++++++ .../patches/mk.config.patch-latest | 47 ++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 system/heirloom-doctools/patches/mk.config.patch-080407 create mode 100644 system/heirloom-doctools/patches/mk.config.patch-latest (limited to 'system/heirloom-doctools/patches') diff --git a/system/heirloom-doctools/patches/mk.config.patch-080407 b/system/heirloom-doctools/patches/mk.config.patch-080407 new file mode 100644 index 0000000000..ac84179f25 --- /dev/null +++ b/system/heirloom-doctools/patches/mk.config.patch-080407 @@ -0,0 +1,38 @@ +--- mk.config 2008-04-07 20:42:01.000000000 +0200 ++++ mk.config.tarball 2013-03-25 00:42:05.491153492 +0100 +@@ -1,22 +1,22 @@ + # + # A BSD-compatible install command. + # +-INSTALL=/usr/ucb/install ++INSTALL=/usr/bin/install + + # + # Packaging prefix. + # +-PREFIX=/usr ++PREFIX=/opt/heirloom + + # + # Where to place binaries. + # +-BINDIR=$(PREFIX)/ucb ++BINDIR=$(PREFIX)/bin + + # + # Where to place libraries. + # +-LIBDIR=$(PREFIX)/ucblib ++LIBDIR=$(PREFIX)/lib + + # + # Where to place ASCII charts and the like. +@@ -26,7 +26,7 @@ + # + # Where to place manual pages. + # +-MANDIR=$(PREFIX)/share/man/5man ++MANDIR=$(PREFIX)/man + + # + # Where to place the troff macro packages. diff --git a/system/heirloom-doctools/patches/mk.config.patch-latest b/system/heirloom-doctools/patches/mk.config.patch-latest new file mode 100644 index 0000000000..58c7540cb0 --- /dev/null +++ b/system/heirloom-doctools/patches/mk.config.patch-latest @@ -0,0 +1,47 @@ +--- heirloom-doctools/mk.config 2008-04-07 20:55:15.000000000 +0200 ++++ heirloom-doctools/mk.config.new 2013-03-22 19:18:29.311264770 +0100 +@@ -1,22 +1,22 @@ + # + # A BSD-compatible install command. + # +-INSTALL=/usr/ucb/install ++INSTALL=/usr/bin/install + + # + # Packaging prefix. + # +-PREFIX=/usr ++PREFIX=/opt/heirloom + + # + # Where to place binaries. + # +-BINDIR=$(PREFIX)/ucb ++BINDIR=$(PREFIX)/bin + + # + # Where to place libraries. + # +-LIBDIR=$(PREFIX)/ucblib ++LIBDIR=$(PREFIX)/lib + + # + # Where to place ASCII charts and the like. +@@ -26,7 +26,7 @@ + # + # Where to place manual pages. + # +-MANDIR=$(PREFIX)/share/man/5man ++MANDIR=$(PREFIX)/man + + # + # Where to place the troff macro packages. +@@ -111,7 +111,7 @@ + # + # A Bourne-compatible shell. + # +-SHELL=/sbin/sh ++SHELL=/bin/sh + + # + # Run ranlib if it is in the current path. This should take care -- cgit v1.2.3