summaryrefslogtreecommitdiff
path: root/devel/ruby-mutexm/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-21 05:00:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-21 05:00:55 +0000
commitf480e19e78dfb0324239f8f6660fd156ceb53d1b (patch)
tree6a2b9a55ad5daa7bb1a3f2cba689d9a345410b55 /devel/ruby-mutexm/files
parentMove the maintainer to ports. I don't have the capacity to continue (diff)
Add ruby-mutexm, a Mutex mix-in with some enhanced features.
Diffstat (limited to 'devel/ruby-mutexm/files')
-rw-r--r--devel/ruby-mutexm/files/patch-install.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ruby-mutexm/files/patch-install.rb b/devel/ruby-mutexm/files/patch-install.rb
new file mode 100644
index 000000000000..08019bce65e7
--- /dev/null
+++ b/devel/ruby-mutexm/files/patch-install.rb
@@ -0,0 +1,11 @@
+--- install.rb.orig Thu Jul 27 02:58:38 2000
++++ install.rb Wed Feb 21 13:54:38 2001
+@@ -64,7 +64,7 @@
+ for f in files
+ next if (f = f[srcdir.length+1..-1]) == nil
+ path.push f if File.ftype(File.join(srcdir, f)) == 'file'
+- dir |= File.dirname(File.join(destdir, f))
++ dir |= [ File.dirname(File.join(destdir, f)) ]
+ end
+ @ftools.makedirs(*dir)
+ for f in path