aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-23 21:59:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-23 21:59:31 +0000
commita6a81a5ea1aa093266a6bc84b3141dba83037901 (patch)
tree1381ae1f3cab5f68b24cec0389b13721a4e3ab20 /configure.local.example
parente2929ff626db08a8421c32b9c2709a9e4da8aada (diff)
downloadmandoc-a6a81a5ea1aa093266a6bc84b3141dba83037901.tar.gz
mandoc-a6a81a5ea1aa093266a6bc84b3141dba83037901.tar.zst
mandoc-a6a81a5ea1aa093266a6bc84b3141dba83037901.zip
improve homebrew cellar config example
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.local.example b/configure.local.example
index 0ab3e37e..493c88d1 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.3 2015/01/21 22:41:49 schwarze Exp $
+# $Id: configure.local.example,v 1.4 2015/01/23 21:59:31 schwarze Exp $
#
# Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -159,7 +159,8 @@ BINM_MAKEWHATIS=mandocdb # default is "makewhatis"
# you have to specify the physical location of the cellar as returned
# by realpath(3), for example:
-HOMEBREWDIR=/Cellar
+PREFIX="/usr/local"
+HOMEBREWDIR="${PREFIX}/Cellar"
# --- user settings related man.cgi ------------------------------------