summaryrefslogtreecommitdiffstats
path: root/system/heirloom-doctools/patches/mk.config.patch-160308
diff options
context:
space:
mode:
author Ruben Schuller2017-01-22 02:52:43 +0100
committer Willy Sudiarto Raharjo2017-01-24 01:22:56 +0100
commit56c28defc8b3f8be4d786d3bf565126a468a3b75 (patch)
tree07f94a8d5bb93281e72b4070a20bd4e69d232485 /system/heirloom-doctools/patches/mk.config.patch-160308
parent71c04ee12226c6063d688ba6581a86b7d2b77f31 (diff)
downloadslackbuilds-56c28defc8b3f8be4d786d3bf565126a468a3b75.tar.gz
system/heirloom-doctools: Updated for version 160308.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/heirloom-doctools/patches/mk.config.patch-160308')
-rw-r--r--system/heirloom-doctools/patches/mk.config.patch-16030832
1 files changed, 32 insertions, 0 deletions
diff --git a/system/heirloom-doctools/patches/mk.config.patch-160308 b/system/heirloom-doctools/patches/mk.config.patch-160308
new file mode 100644
index 0000000000..493eef5be7
--- /dev/null
+++ b/system/heirloom-doctools/patches/mk.config.patch-160308
@@ -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.