mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
98829f9325
for a while, until 1.6.x becomes as stable as 1.4.x is. (Yes, lang/ruby will be updated to 1.6.x soon) Rewrite utilizing bsd.ruby.mk and let it coexist with 1.6.x. :)
12 lines
434 B
Ruby
12 lines
434 B
Ruby
--- instruby.rb.orig Mon Jun 5 12:55:33 2000
|
|
+++ instruby.rb Thu Sep 7 05:33:39 2000
|
|
@@ -85,7 +85,7 @@
|
|
File.install wdir+'/'+CONFIG['LIBRUBY_A'], archlibdir, 0644, true
|
|
|
|
File.makedirs mandir, true
|
|
-File.install "ruby.1", mandir, 0644, true
|
|
+File.install "ruby.1", "#{mandir}/#{ruby_install_name}.1", 0644, true
|
|
Dir.chdir wdir
|
|
File.install "config.h", archlibdir, 0644, true
|
|
File.install "rbconfig.rb", archlibdir, 0644, true
|