diff options
| author | Adam Vandenberg | 2013-01-26 18:10:14 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 18:10:14 -0800 |
| commit | efba557d4c0b2e6b5bd4f80c4a0e97241116d8f7 (patch) | |
| tree | 5c2371e887b377311705d9642234602da499a94a /Library/Formula | |
| parent | d8ddb9832cd46a0a0d79f527be07929d11b489c9 (diff) | |
| download | homebrew-efba557d4c0b2e6b5bd4f80c4a0e97241116d8f7.tar.bz2 | |
cdf: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cdf.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/cdf.rb b/Library/Formula/cdf.rb index 8b8342129..29ecfae41 100644 --- a/Library/Formula/cdf.rb +++ b/Library/Formula/cdf.rb @@ -1,12 +1,13 @@ require 'formula' class Cdf < Formula - url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz' homepage 'http://bmp-plugins.berlios.de/misc/cdf/cdf.html' + url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz' sha1 '5f5d0c1f1003d9ad3c3cbbda1d8159e9fe10768a' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
