netperf: style nits

This commit is contained in:
Dominyk Tiller 2015-08-06 17:25:38 +01:00
parent f05e47efc2
commit ff41b68e0a

View file

@ -1,5 +1,3 @@
require "formula"
class Netperf < Formula
desc "Benchmarks performance of many different types of networking"
homepage "http://netperf.org"
@ -16,7 +14,7 @@ class Netperf < Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
system "make", "install"
end
test do