summaryrefslogtreecommitdiffstats
path: root/system/heirloom-doctools/patches
diff options
context:
space:
mode:
author Ruben Schuller2014-12-19 07:00:09 +0100
committer Willy Sudiarto Raharjo2014-12-19 07:03:08 +0100
commit32b6aa68a4b2a4baf6ece6dd1a631d96deb63bee (patch)
tree6efdf3019e736ec851686d2597d8331869cc2d53 /system/heirloom-doctools/patches
parent83e479476c2d717e285ca2e06a0f4117faf0f78b (diff)
downloadslackbuilds-32b6aa68a4b2a4baf6ece6dd1a631d96deb63bee.tar.gz
system/heirloom-doctools: Updated for version 141217.
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-14121732
1 files changed, 32 insertions, 0 deletions
diff --git a/system/heirloom-doctools/patches/mk.config.patch-141217 b/system/heirloom-doctools/patches/mk.config.patch-141217
new file mode 100644
index 0000000000..493eef5be7
--- /dev/null
+++ b/system/heirloom-doctools/patches/mk.config.patch-141217
@@ -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.