brew mk, @homepage in front of @md5 as this is order you type

This commit is contained in:
Max Howell 2009-06-26 13:05:11 +01:00
parent 67d418f71d
commit 9f9d95c134

View File

@ -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}'\""