aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 19:49:10 -0800
committerAdam Vandenberg2013-01-28 21:40:23 -0800
commit3c12d869bf5e01f98f232c46cf74406ad8845dee (patch)
treeb68c366be7bccad2009b0b5abc70e79e1439bb2b /Library
parent358614175dd28f342a9b159f4bb4419c5a13ee09 (diff)
downloadhomebrew-3c12d869bf5e01f98f232c46cf74406ad8845dee.tar.bz2
neon: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/neon.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb
index 52c5419de..7adc24ab2 100644
--- a/Library/Formula/neon.rb
+++ b/Library/Formula/neon.rb
@@ -1,9 +1,9 @@
require 'formula'
class Neon < Formula
+ homepage 'http://www.webdav.org/neon/'
url 'http://www.webdav.org/neon/neon-0.29.6.tar.gz'
sha1 'ae1109923303f67ed3421157927bc4bc29c58961'
- homepage 'http://www.webdav.org/neon/'
depends_on 'pkg-config' => :build
@@ -15,8 +15,8 @@ class Neon < Formula
def install
ENV.universal_binary if build.universal?
ENV.enable_warnings
- system "./configure", "--prefix=#{prefix}",
- "--disable-debug",
+ system "./configure", "--disable-debug",
+ "--prefix=#{prefix}",
"--enable-shared",
"--disable-static",
"--with-ssl"