diff options
| author | Adam Vandenberg | 2010-01-31 13:52:08 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-01-31 13:52:08 -0800 |
| commit | a0097520c72ca1de89a676192ca6eeaa94eec8b6 (patch) | |
| tree | f61a38e92b6e5df03b50ae0ab751e309e4a3a519 /Library/Formula | |
| parent | 409aeeedf3971d474fe5740dd39b348a903b1a04 (diff) | |
| download | homebrew-a0097520c72ca1de89a676192ca6eeaa94eec8b6.tar.bz2 | |
Remove left over comments.
Diffstat (limited to 'Library/Formula')
| -rwxr-xr-x | Library/Formula/cuetools.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/cuetools.rb b/Library/Formula/cuetools.rb index 9298559cb..600e8f46d 100755 --- a/Library/Formula/cuetools.rb +++ b/Library/Formula/cuetools.rb @@ -5,11 +5,8 @@ class Cuetools <Formula homepage 'http://developer.berlios.de/projects/cuetools/' md5 '45575f7a1bdc6615599fa6cb49845cca' -# depends_on 'cmake' - def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{prefix}/share/man" -# system "cmake . #{std_cmake_parameters}" system "make install" end end |
