summaryrefslogtreecommitdiffstats
path: root/system/heirloom-doctools/patches
diff options
context:
space:
mode:
author Ruben Schuller2015-04-16 20:07:31 +0200
committer Willy Sudiarto Raharjo2015-04-16 20:07:31 +0200
commit517147a506887e555dd909f41e03e23c8714b47b (patch)
treefb79cab7acce2daa7986b64650021407310e10ef /system/heirloom-doctools/patches
parentcea3b5e0bd1dbbd71b3e8a3db3656feb9c8c6120 (diff)
downloadslackbuilds-517147a506887e555dd909f41e03e23c8714b47b.tar.gz
system/heirloom-doctools: Updated for version 150406.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/heirloom-doctools/patches')
-rw-r--r--system/heirloom-doctools/patches/mk.config.patch-15040632
1 files changed, 32 insertions, 0 deletions
diff --git a/system/heirloom-doctools/patches/mk.config.patch-150406 b/system/heirloom-doctools/patches/mk.config.patch-150406
new file mode 100644
index 0000000000..493eef5be7
--- /dev/null
+++ b/system/heirloom-doctools/patches/mk.config.patch-150406
@@ -0,0 +1,32 @@
+--- mk.config 2014-12-18 11:47:38.598721584 +0100
++++ mk.config.new 2014-12-18 11:54:05.831880503 +0100
+@@ -6,17 +6,17 @@
+ #
+ # Packaging prefix.
+ #
+-PREFIX=/usr/local
++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/heirloom-doctools/man
++MANDIR=$(PREFIX)/man
+
+ #
+ # Where to place the troff macro packages.