aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sitecopy.rb15
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 15 deletions
diff --git a/Library/Formula/sitecopy.rb b/Library/Formula/sitecopy.rb
deleted file mode 100644
index c8ca52d1a..000000000
--- a/Library/Formula/sitecopy.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'formula'
-
-class Sitecopy < Formula
- homepage 'http://www.manyfish.co.uk/sitecopy/'
- url 'http://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz'
- sha1 '2de3679d98c31331f48ff10e824c615a180f2d3b'
-
- def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--with-libxml2",
- "--with-ssl"
- system "make install"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index f7d1a5f49..68ce6a8b5 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -129,6 +129,7 @@ TAP_MIGRATIONS = {
"salt" => "homebrew/science",
"scantailor" => "homebrew/x11",
"shark" => "homebrew/boneyard",
+ "sitecopy" => "homebrew/boneyard",
"slicot" => "homebrew/science",
"smartsim" => "homebrew/x11",
"solfege" => "homebrew/boneyard",