aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 21:19:57 -0800
committerAdam Vandenberg2013-01-28 21:40:11 -0800
commit364e31d78341d7adc2b6574d8cfe4e945a622749 (patch)
treed7ec1de580c908af7d420b2e18a111607fbe8c00 /Library
parent8b7d402b14639abe2a2ab30337946ae2e709afca (diff)
downloadhomebrew-364e31d78341d7adc2b6574d8cfe4e945a622749.tar.bz2
spawn-fcgi: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/spawn-fcgi.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/spawn-fcgi.rb b/Library/Formula/spawn-fcgi.rb
index 7936823e2..1e9020a6c 100644
--- a/Library/Formula/spawn-fcgi.rb
+++ b/Library/Formula/spawn-fcgi.rb
@@ -1,12 +1,13 @@
require 'formula'
class SpawnFcgi < Formula
- url 'http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.gz'
homepage 'http://redmine.lighttpd.net/projects/spawn-fcgi'
+ url 'http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.gz'
sha1 '2b97ea57d9d79745fe8d6051d830fa507b421169'
def install
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end