aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/siege.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/siege.rb b/Library/Formula/siege.rb
index 54fdadf95..ddb541d09 100644
--- a/Library/Formula/siege.rb
+++ b/Library/Formula/siege.rb
@@ -12,7 +12,7 @@ class Siege < Formula
"--prefix=#{prefix}",
"--mandir=#{man}",
"--localstatedir=#{var}",
- "--with-ssl",
+ "--with-ssl"
system "make install"
end