diff options
| author | Adam Vandenberg | 2012-02-25 22:33:59 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-25 22:33:59 -0800 |
| commit | cae22d6587f161b5efaaea0bfcece3ed50733c9c (patch) | |
| tree | 13a03c4e6bd1beb3ab88db539e9ba312829354ed /Library/Formula | |
| parent | c6631c2f07e7ea9063586f6f198117a2a5a6bf62 (diff) | |
| download | homebrew-cae22d6587f161b5efaaea0bfcece3ed50733c9c.tar.bz2 | |
Remove abfind.
This formula was head-only.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/abfind.rb | 12 |
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 |
