aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-04 16:44:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-04 16:44:43 +0000
commit4fb2c3b3852566848feffdf9c59482ccbe872d3a (patch)
treedfd1fe5ce336fea1e5fd2a28fb48c62bc6d28349 /configure.local.example
parent8cf12411e2d615d806075d4c696e0ef86e459597 (diff)
downloadmandoc-4fb2c3b3852566848feffdf9c59482ccbe872d3a.tar.gz
mandoc-4fb2c3b3852566848feffdf9c59482ccbe872d3a.tar.zst
mandoc-4fb2c3b3852566848feffdf9c59482ccbe872d3a.zip
Merge Makefile 1.507, configure 1.62, configure.local.example 1.30:VERSION_1_13
relative symlinks for program files
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index d6979d94..a1aaf39d 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.14.2.8 2017/02/21 17:04:04 schwarze Exp $
+# $Id: configure.local.example,v 1.14.2.9 2017/03/04 16:44:43 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -87,6 +87,13 @@ INCLUDEDIR="${PREFIX}/include/mandoc"
LIBDIR="${PREFIX}/lib/mandoc"
MANDIR="${PREFIX}/man"
+# If BINDIR and SBINDIR are not subdirectories of the same parent
+# directory or if the basename(1) of BINDIR differs from "bin",
+# the relative path from SBINDIR to BINDIR is also needed.
+# The default is:
+
+BIN_FROM_SBIN="../bin"
+
# The man(1) utility needs to know where the manuals reside.
# We know of two ways to tell it: via manpath(1) or man.conf(5).
# The latter is used by OpenBSD and NetBSD, the former by most