summaryrefslogtreecommitdiff
path: root/textproc/ruby-rexml/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-rexml/patches/patch-aa')
-rw-r--r--textproc/ruby-rexml/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/ruby-rexml/patches/patch-aa b/textproc/ruby-rexml/patches/patch-aa
deleted file mode 100644
index a9ff3afb4a7..00000000000
--- a/textproc/ruby-rexml/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/04/26 16:16:52 taca Exp $
-
---- bin/install.rb.orig 2003-04-22 12:08:02.000000000 +0900
-+++ bin/install.rb
-@@ -79,7 +79,7 @@ def install destdir
- puts ">> #{dst}" if file =~ /\.rb$/
- else
- File.makedirs( File.dirname(dst) )
-- File.install(file, dst, 0644, true) if file =~ /\.rb$/
-+ File.install(file, dst, 0444, true) if file =~ /\.rb$/
- end
- }
- rescue