aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2009-06-26 13:05:11 +0100
committerMax Howell2009-06-26 13:05:11 +0100
commite4baaae55f30dca3f7ef66432c703e43d2dc163a (patch)
tree3a32392fe6d6c43aa447e54a0e624faa8ee0df6e
parentb1499e28c305cb18abe4a0426669c70350db7c78 (diff)
downloadhomebrew-e4baaae55f30dca3f7ef66432c703e43d2dc163a.tar.bz2
brew mk, @homepage in front of @md5 as this is order you type
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 89193a59f..a2615d172 100755
--- a/bin/brew
+++ b/bin/brew
@@ -293,8 +293,8 @@ begin
f.puts
f.puts "class #{__class $1} <Formula"
f.puts " @url='#{url}'"
+ f.puts " @homepage=''" # second because you fill in these two first
f.puts " @md5=''"
- f.puts " @homepage=''"
f.puts
f.puts " def install"
f.puts " system \"./configure --disable-debug --prefix='\#{prefix}'\""