diff options
| author | Adam Vandenberg | 2013-01-27 19:27:04 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:04 -0800 | 
| commit | f8f1dcb17584addf5516d9f7e51bcb4fbad89678 (patch) | |
| tree | 3e34acc9e87a6e178cad58b36b4b2d0c86bf11d9 /Library/Formula/htmldoc.rb | |
| parent | 8121d0f322d394d327b3c3027c6103da7673e4e4 (diff) | |
| download | homebrew-f8f1dcb17584addf5516d9f7e51bcb4fbad89678.tar.bz2 | |
htmldoc: style nits
Diffstat (limited to 'Library/Formula/htmldoc.rb')
| -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 | 
