aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-21 20:23:47 -0700
committerAdam Vandenberg2012-03-21 20:23:47 -0700
commiteaea973e6d53775c4cab299c89bb3190603a8b92 (patch)
treeb5bbc108815e5885cc8ec1507e9c4b88530a0d6e /Library/Formula
parent8a99648f971e58f6083311db251fce08e9b38bc3 (diff)
downloadhomebrew-eaea973e6d53775c4cab299c89bb3190603a8b92.tar.bz2
optipng: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/optipng.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/optipng.rb b/Library/Formula/optipng.rb
index 12674af49..dfb21a9a3 100644
--- a/Library/Formula/optipng.rb
+++ b/Library/Formula/optipng.rb
@@ -1,12 +1,14 @@
require 'formula'
class Optipng < Formula
- url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz'
homepage 'http://optipng.sourceforge.net/'
+ url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz'
md5 'b6181d566998ad489397b985ebfc4a03'
def install
- system "./configure", "--with-system-zlib", "--prefix=#{prefix}", "--mandir=#{man}"
+ system "./configure", "--with-system-zlib",
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make install"
end
end