diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-22 20:07:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-22 20:07:45 +0000 |
commit | c3638a2db302537c01afef60020f72d74b380bd7 (patch) | |
tree | 023df617dc3064f1f71caa24d354089fc6affcc2 /www/ruby-webunit/files | |
parent | Remove the extra calendar distfile. It is no longer needed in mozilla-devel. (diff) |
Update to 20030121. It now depends on REXML instead of NQXML and
Test::Unit instead of RUnit.
Notes
Notes:
svn path=/head/; revision=73809
Diffstat (limited to 'www/ruby-webunit/files')
-rw-r--r-- | www/ruby-webunit/files/patch-install.rb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/ruby-webunit/files/patch-install.rb b/www/ruby-webunit/files/patch-install.rb deleted file mode 100644 index b27edc8ff898..000000000000 --- a/www/ruby-webunit/files/patch-install.rb +++ /dev/null @@ -1,20 +0,0 @@ ---- install.rb.orig Thu Jul 26 17:50:49 2001 -+++ install.rb Thu Sep 20 14:59:29 2001 -@@ -5,7 +5,7 @@ - =end - - require 'rbconfig' --lib_dir = Config::CONFIG['sitedir'] -+lib_dir = File.join(Config::CONFIG['sitedir'], Config::CONFIG['ruby_version']) - bin_dir = Config::CONFIG['bindir'] - - require 'ftools' -@@ -23,7 +23,7 @@ - File::install( path, to, 0644, true ) - } - --%w( html-parser htmlrepair ).each do |dir| -+%w( ).each do |dir| - Dir::chdir( BASEDIR + '/contrib/' + dir ) - system( 'ruby install.rb' ) - end |