From 124fb45827b56bc0fd1277106e5d07f99bc6accf Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 10 Feb 2012 20:47:40 -0800 Subject: p0f: style updates --- Library/Formula/p0f.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3