From f9553f72bad54b9dcae0957fe502eef10e8f5234 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 12 Feb 2011 17:33:52 +0000 Subject: [PATCH] Revert "Modified formula for MC, it now supports --HEAD opt" This reverts commit 50bd66af99cfaec4501bd37b0938e18c93198a83. --- Formula/midnight-commander.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Formula/midnight-commander.rb b/Formula/midnight-commander.rb index 5d726a72dc4..016698e5fc3 100644 --- a/Formula/midnight-commander.rb +++ b/Formula/midnight-commander.rb @@ -1,26 +1,15 @@ require 'formula' class MidnightCommander :git, - # Ok, it's not a HEAD, but it works - :tag => '69d66dd5984357e37a0742c5e4d97c9f9f6305eb' depends_on 'pkg-config' => :build depends_on 'glib' depends_on 's-lang' def install - if ARGV.build_head? - ENV['LIBTOOLIZE'] = 'glibtoolize' - system 'mkdir m4' - system 'cp `brew --prefix`/share/aclocal/pkg.m4 ./m4' - system './autogen.sh' - system "cd po; for i in `ls | grep '[.]po$' | cut -d'.' -f1 | xargs`; do ./update.sh $i; done; cd .." - end system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--without-x",