aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hexedit.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 19:26:09 -0800
committerAdam Vandenberg2013-01-28 21:40:04 -0800
commitedf2be3e67b406aa7dc36ad259729d96ab0a5b7f (patch)
treebde23c461beca8fa9bbac6960a24ccbbd725c874 /Library/Formula/hexedit.rb
parent8d2e4a692d5b097a677b8ba9fd42f4daa990941e (diff)
downloadhomebrew-edf2be3e67b406aa7dc36ad259729d96ab0a5b7f.tar.bz2
hexedit: style nits
Diffstat (limited to 'Library/Formula/hexedit.rb')
-rw-r--r--Library/Formula/hexedit.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/hexedit.rb b/Library/Formula/hexedit.rb
index 902c2c05f..974774f89 100644
--- a/Library/Formula/hexedit.rb
+++ b/Library/Formula/hexedit.rb
@@ -1,13 +1,14 @@
require 'formula'
class Hexedit < Formula
- url 'http://rigaux.org/hexedit-1.2.12.src.tgz'
homepage 'http://rigaux.org/hexedit.html'
+ url 'http://rigaux.org/hexedit-1.2.12.src.tgz'
sha1 'fee89e390945045fe6b74b5f07600a8e664c8b21'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}", "--mandir=#{man}"
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make install"
end
end