aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gawk.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-25 22:47:25 -0800
committerMax Howell2009-12-12 16:24:18 +0000
commitc6c9160ef6eeecdf7a357f4dce0f08c4392e9a16 (patch)
tree1a616db6bba428606bcaf0b4f3203079c4f78737 /Library/Formula/gawk.rb
parent66da0adf5a124df5d42e1ee72cc6ca7526e1424c (diff)
downloadhomebrew-c6c9160ef6eeecdf7a357f4dce0f08c4392e9a16.tar.bz2
Reformat gawk
Diffstat (limited to 'Library/Formula/gawk.rb')
-rw-r--r--Library/Formula/gawk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gawk.rb b/Library/Formula/gawk.rb
index 3f45f0981..c76fcc053 100644
--- a/Library/Formula/gawk.rb
+++ b/Library/Formula/gawk.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gawk <Formula
- @url='http://ftp.gnu.org/gnu/gawk/gawk-3.1.7.tar.bz2'
- @homepage='http://www.gnu.org/software/gawk/'
- @md5='674cc5875714315c490b26293d36dfcf'
+ url 'http://ftp.gnu.org/gnu/gawk/gawk-3.1.7.tar.bz2'
+ homepage 'http://www.gnu.org/software/gawk/'
+ md5 '674cc5875714315c490b26293d36dfcf'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"