aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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