ocamlbuild: set OCAMLBUILD_MANDIR
Closes #12572. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
bbfa78b94c
commit
a48774980c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Ocamlbuild < Formula
|
|||
depends_on "ocaml"
|
||||
|
||||
def install
|
||||
system "make", "configure", "OCAMLBUILD_BINDIR=#{bin}", "OCAMLBUILD_LIBDIR=#{lib}"
|
||||
system "make", "configure", "OCAMLBUILD_BINDIR=#{bin}", "OCAMLBUILD_LIBDIR=#{lib}", "OCAMLBUILD_MANDIR=#{man}"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue