htmldoc: style nits
This commit is contained in:
parent
11add7288a
commit
2b8b21d7c5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue