amap: style update

master
Adam Vandenberg 2012-02-12 21:09:41 -08:00
parent 6b080791d4
commit 910a9cd449
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
require 'formula'
class Amap < Formula
url 'http://www.thc.org/releases/amap-5.4.tar.gz'
homepage 'http://www.thc.org/thc-amap/'
url 'http://www.thc.org/releases/amap-5.4.tar.gz'
md5 '2617c13b0738455c0e61c6e980b8decc'
def install
@ -10,7 +10,7 @@ class Amap < Formula
system "make"
# --prefix doesn't work as we want it to so install manually
bin.install ["amap", "amap6", "amapcrap"]
bin.install "amap", "amap6", "amapcrap"
man1.install "amap.1"
end
end