diff options
| author | Adam Vandenberg | 2013-01-26 18:07:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 18:07:55 -0800 |
| commit | e03a7dd621e9a852a8a3cc7938dcfd46ef0f32e3 (patch) | |
| tree | 7444e5878e3cb7ed9edee47a99e7056b80ac6b42 /Library/Formula/catdoc.rb | |
| parent | 000012ec45acf7f819c3f6f1462fe7b2118c74ee (diff) | |
| download | homebrew-e03a7dd621e9a852a8a3cc7938dcfd46ef0f32e3.tar.bz2 | |
catdoc: style nits
Diffstat (limited to 'Library/Formula/catdoc.rb')
| -rw-r--r-- | Library/Formula/catdoc.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/catdoc.rb b/Library/Formula/catdoc.rb index 574bac93a..d2e964004 100644 --- a/Library/Formula/catdoc.rb +++ b/Library/Formula/catdoc.rb @@ -1,14 +1,15 @@ require 'formula' class Catdoc < Formula - url 'http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.tar.gz' homepage 'http://wagner.pp.ru/~vitus/software/catdoc/' + url 'http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.tar.gz' sha1 '50ce9d7cb24ad6b10a856c9c24183e2b0a11ca04' def install # catdoc configure says it respects --mandir=, but does not. ENV['man1dir'] = man1 - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" # The INSTALL file confuses make on case insensitive filesystems. system "mv INSTALL INSTALL.txt" system "make" |
