diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-23 21:59:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-23 21:59:31 +0000 |
commit | 731636f8e9d01337790dd6bd35bd8054198dd05b (patch) | |
tree | 1e5493e89ce32f4303864b6fcdfa3ae387284c46 /configure.local.example | |
parent | df9b6ffd29aecb2057cdb3cde72bc270eb6d0bc4 (diff) | |
download | mandoc-731636f8e9d01337790dd6bd35bd8054198dd05b.tar.gz |
improve homebrew cellar config example
Diffstat (limited to 'configure.local.example')
-rw-r--r-- | configure.local.example | 3 |
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 ------------------------------------ |