diff --git a/Library/Formula/figtoipe.rb b/Library/Formula/figtoipe.rb deleted file mode 100644 index 2719058eb6ba..000000000000 --- a/Library/Formula/figtoipe.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'formula' - -class Figtoipe < Formula - homepage 'http://ipe7.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/ipe7/tools/figtoipe-20091205.tar.gz' - sha1 'b81f2f0cc568e165bdedb618ced9384ebfcb19a3' - - def install - system "make" - bin.install "figtoipe" - man1.install "figtoipe.1" - doc.install "README" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 3d663fb59593..e8c366d783da 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -38,6 +38,7 @@ "electric-fence" => "homebrew/boneyard", "fceux" => "homebrew/games", "feh" => "homebrew/x11", + "figtoipe" => "homebrew/head-only", "fox" => "homebrew/x11", "freeglut" => "homebrew/x11", "freerdp" => "homebrew/x11",