diff options
| author | Adam Vandenberg | 2010-08-09 11:46:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-09 11:46:23 -0700 |
| commit | fc4f54594a2c7a8765130910da4fa9088e8d016b (patch) | |
| tree | 0009065e7854c9772f7ed853adaa1531bc64064e /Library | |
| parent | 1f6c849462c1b71c878b0b00951c0a030b43c6d4 (diff) | |
| download | homebrew-fc4f54594a2c7a8765130910da4fa9088e8d016b.tar.bz2 | |
unix2dos - use MacPort's stable download.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unix2dos.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/unix2dos.rb b/Library/Formula/unix2dos.rb index ba63b13ac..597832844 100644 --- a/Library/Formula/unix2dos.rb +++ b/Library/Formula/unix2dos.rb @@ -1,14 +1,13 @@ require 'formula' class Unix2dos < Formula - url 'http://www.sfr-fresh.com/linux/misc/old/unix2dos-2.2.src.tar.gz' + url 'http://trac.macports.org/export/31021/distfiles/unix2dos/unix2dos-2.2.src.tar.gz' md5 'caf9f33155073d3efd310eff9103170b' - homepage 'http://www.sfr-fresh.com/linux/misc/' + homepage 'http://en.wikipedia.org/wiki/Unix2dos' def install - # we don't use the Makefile as it doesn't optimize + # Don't use the Makefile as it doesn't optimize system "#{ENV.cc} #{ENV['CFLAGS']} unix2dos.c -o unix2dos" - bin.install "unix2dos" man1.install "unix2dos.1" end |
