aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-10 20:47:40 -0800
committerAdam Vandenberg2012-02-10 20:47:51 -0800
commit124fb45827b56bc0fd1277106e5d07f99bc6accf (patch)
treef0740829a43578ce08c839a684975a5e93eaa9b2 /Library/Formula
parent83b15635ad9c5bb25d095f12440642f67759d2e5 (diff)
downloadhomebrew-124fb45827b56bc0fd1277106e5d07f99bc6accf.tar.bz2
p0f: style updates
Diffstat (limited to 'Library/Formula')
-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