aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clusterit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/clusterit.rb')
-rw-r--r--Library/Formula/clusterit.rb12
1 files changed, 7 insertions, 5 deletions
diff --git a/Library/Formula/clusterit.rb b/Library/Formula/clusterit.rb
index 139ec6bdd..85c6598e7 100644
--- a/Library/Formula/clusterit.rb
+++ b/Library/Formula/clusterit.rb
@@ -4,17 +4,19 @@ class Clusterit <Formula
url 'http://downloads.sourceforge.net/project/clusterit/clusterit/clusterit-2.5/clusterit-2.5.tar.gz'
homepage 'http://www.garbled.net/clusterit.html'
md5 'f0e772e07122e388de629fb57f7237ab'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
def patches
DATA
end
+
+ def install
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
+ system "make install"
+ end
end
+
__END__
diff --git a/Makefile.am b/Makefile.am
index 63f334e..a7ee923 100644