summaryrefslogtreecommitdiffstats
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
commit731636f8e9d01337790dd6bd35bd8054198dd05b (patch)
tree1e5493e89ce32f4303864b6fcdfa3ae387284c46 /configure.local.example
parentdf9b6ffd29aecb2057cdb3cde72bc270eb6d0bc4 (diff)
downloadmandoc-731636f8e9d01337790dd6bd35bd8054198dd05b.tar.gz
improve homebrew cellar config example
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index 911413e2..715612b0 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -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 ------------------------------------