aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-01-31 13:52:08 -0800
committerAdam Vandenberg2010-01-31 13:52:08 -0800
commita0097520c72ca1de89a676192ca6eeaa94eec8b6 (patch)
treef61a38e92b6e5df03b50ae0ab751e309e4a3a519 /Library
parent409aeeedf3971d474fe5740dd39b348a903b1a04 (diff)
downloadhomebrew-a0097520c72ca1de89a676192ca6eeaa94eec8b6.tar.bz2
Remove left over comments.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Formula/cuetools.rb3
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