diff options
| -rw-r--r-- | Library/Formula/htmldoc.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/htmldoc.rb b/Library/Formula/htmldoc.rb index a84f88f78..d1d64de4c 100644 --- a/Library/Formula/htmldoc.rb +++ b/Library/Formula/htmldoc.rb @@ -1,8 +1,8 @@ require 'formula' class Htmldoc < Formula - url 'http://ftp.easysw.com/pub/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.bz2' homepage 'http://www.htmldoc.org' + url 'http://ftp.easysw.com/pub/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.bz2' sha1 '472908e0aafed1cedfbacd8ed3168734aebdec4b' # Fixes building with libpng-1.5, from upstream svn r1668 via Fedora @@ -15,7 +15,8 @@ class Htmldoc < Formula ENV.append_to_cflags "-I#{HOMEBREW_PREFIX}/include" system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}" + "--prefix=#{prefix}", + "--mandir=#{man}" system "make" system "make install" end |
