summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ruby-termios/patches/patch-ab')
-rw-r--r--comms/ruby-termios/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/comms/ruby-termios/patches/patch-ab b/comms/ruby-termios/patches/patch-ab
deleted file mode 100644
index ccc9c44dc1f..00000000000
--- a/comms/ruby-termios/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/06/21 03:58:51 taca Exp $
-
---- ../ruby-termios-0.9.5.gemspec.orig 2008-06-21 11:53:40.000000000 +0900
-+++ ../ruby-termios-0.9.5.gemspec
-@@ -21,6 +21,6 @@ spec = Gem::Specification.new do |s|
- s.autorequire = PLUGIN
- s.require_paths = ["lib"]
- s.extra_rdoc_files = ["README", "termios.rd"]
-- s.files = Dir.glob("[A-Z]*") + Dir.glob("*.rb") + Dir.glob("termios.*") + Dir.glob("{test,examples}/**/*")
-+ s.files = Dir.glob("[A-Z]*") + Dir.glob("*.rb") + Dir.glob("*.c") + Dir.glob("{test,examples}/**/*")
- s.extensions = "extconf.rb"
- end