jam: style update
This commit is contained in:
parent
bd8589e2ff
commit
5cbbb36261
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Jam < Formula
|
||||
url 'ftp://ftp.perforce.com/jam/jam-2.5.zip'
|
||||
homepage 'http://www.perforce.com/jam/jam.html'
|
||||
url 'ftp://ftp.perforce.com/jam/jam-2.5.zip'
|
||||
md5 'f92caadb62fe4cb0b152eff508c9d450'
|
||||
|
||||
def install
|
||||
|
@ -14,6 +14,6 @@ class Jam < Formula
|
|||
end
|
||||
|
||||
system "make"
|
||||
bin.install ["bin.macosx/jam", "bin.macosx/mkjambase"]
|
||||
bin.install "bin.macosx/jam", "bin.macosx/mkjambase"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue