aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/p0f.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/p0f.rb b/Library/Formula/p0f.rb
index e920af150..429efbba8 100644
--- a/Library/Formula/p0f.rb
+++ b/Library/Formula/p0f.rb
@@ -1,14 +1,14 @@
require 'formula'
class P0f < Formula
- url 'http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.03b.tgz'
homepage 'http://lcamtuf.coredump.cx/p0f3/'
+ url 'http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.03b.tgz'
md5 '034d068deb68badfbede6dcc89cc80cf'
def install
inreplace "config.h", "p0f.fp", "#{etc}/p0f/p0f.fp"
system "./build.sh"
- sbin.install ["p0f"]
- (etc+"p0f").install ['p0f.fp']
+ sbin.install "p0f"
+ (etc+"p0f").install "p0f.fp"
end
end