From fc4f54594a2c7a8765130910da4fa9088e8d016b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 9 Aug 2010 11:46:23 -0700 Subject: unix2dos - use MacPort's stable download. --- Library/Formula/unix2dos.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3