Skip to content

Commit

Permalink
amap: style update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 13, 2012
1 parent 6b08079 commit 910a9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/amap.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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
system "./configure", "--prefix=#{prefix}"
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

0 comments on commit 910a9cd

Please sign in to comment.