aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/htmldoc.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 19:27:04 -0800
committerAdam Vandenberg2013-01-28 21:40:04 -0800
commitf8f1dcb17584addf5516d9f7e51bcb4fbad89678 (patch)
tree3e34acc9e87a6e178cad58b36b4b2d0c86bf11d9 /Library/Formula/htmldoc.rb
parent8121d0f322d394d327b3c3027c6103da7673e4e4 (diff)
downloadhomebrew-f8f1dcb17584addf5516d9f7e51bcb4fbad89678.tar.bz2
htmldoc: style nits
Diffstat (limited to 'Library/Formula/htmldoc.rb')
-rw-r--r--Library/Formula/htmldoc.rb5
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