aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/abfind.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/abfind.rb b/Library/Formula/abfind.rb
deleted file mode 100644
index 0ed027e2d..000000000
--- a/Library/Formula/abfind.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Abfind < Formula
- # Can't build from stable tarball
- head "http://iharder.svn.sourceforge.net/svnroot/iharder/abfind/"
- homepage 'http://iharder.sourceforge.net/current/macosx/abfind/'
-
- def install
- system "xcodebuild SYMROOT=build"
- bin.install "build/Release/abfind"
- end
-end