aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:02:37 -0800
committerAdam Vandenberg2013-01-28 21:40:28 -0800
commit4db8ba221775b367d501bd0530bb9b40a338304b (patch)
treef534d5810ecf241c7f487cbeec7feaf42623c4f7 /Library
parent1ddbc05972ba6f6758c85c02771a3afce7636def (diff)
downloadhomebrew-4db8ba221775b367d501bd0530bb9b40a338304b.tar.bz2
pdf2svg: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pdf2svg.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/pdf2svg.rb b/Library/Formula/pdf2svg.rb
index 804d9ef2d..60a5e2e7f 100644
--- a/Library/Formula/pdf2svg.rb
+++ b/Library/Formula/pdf2svg.rb
@@ -1,8 +1,8 @@
require 'formula'
class Pdf2svg < Formula
- url 'http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-0.2.1.tar.gz'
homepage 'http://www.cityinthesky.co.uk/opensource/pdf2svg'
+ url 'http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-0.2.1.tar.gz'
sha1 '12f9d1bde6aa2e396eb7f196b6d8e29ade3cafe6'
depends_on "pkg-config" => :build
@@ -18,7 +18,8 @@ class Pdf2svg < Formula
end
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end