htmldoc: style nits

This commit is contained in:
Adam Vandenberg 2013-01-27 19:27:04 -08:00
parent 11add7288a
commit 2b8b21d7c5

View file

@ -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