From 4fb2c3b3852566848feffdf9c59482ccbe872d3a Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 4 Mar 2017 16:44:43 +0000 Subject: Merge Makefile 1.507, configure 1.62, configure.local.example 1.30: relative symlinks for program files --- configure.local.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'configure.local.example') 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 # @@ -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 -- cgit v1.2.3-56-ge451