From 17a63e004e42ecc4dc031b9d6648d19db1b87696 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 28 Jun 2010 21:42:12 -0700 Subject: ghc - remove custom .pkg support --- Library/Formula/ghc.rb | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb index 8c1a1231e..7ecee7ea1 100644 --- a/Library/Formula/ghc.rb +++ b/Library/Formula/ghc.rb @@ -1,27 +1,15 @@ require 'formula' -class PkgCurlDownloadStrategy 'ghc' + + # Fix ghc-asm Perl reference + inreplace "#{lib}/ghc/ghc-asm", "#!/opt/local/bin/perl", "#!/usr/bin/env perl" # Regenerate GHC package cache rm "#{lib}/ghc/package.conf.d/package.cache" -- cgit v1.2.3