summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-04-18 06:52:16 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-05-02 11:14:06 +0000
commite4a56e48d471fef7f8a2c20fb7e4463af4e892d6 (patch)
tree3a6e6952136f6072dc58dd5b8593c74f5239bcfe /databases/ruby-bdb
parent794781e423e93b29cdd0c4604bc8236d2069d110 (diff)
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/Makefile1
-rw-r--r--databases/ruby-bdb/files/patch-extconf.rb13
2 files changed, 2 insertions, 12 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index 3a299072e31d..e32605b7182d 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -33,7 +33,6 @@ SHEBANG_FILES= examples/basic.rb examples/cats.rb examples/cursor.rb \
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
--with-db-lib=${BDB_LIB_DIR}
-MAKE_ENV= RUBY_RDOC=${LOCALBASE}/bin/rdoc
ALL_TARGET= all rdoc
INSTALL_TARGET= site-install
diff --git a/databases/ruby-bdb/files/patch-extconf.rb b/databases/ruby-bdb/files/patch-extconf.rb
index 4edd71af924f..c229cc51056e 100644
--- a/databases/ruby-bdb/files/patch-extconf.rb
+++ b/databases/ruby-bdb/files/patch-extconf.rb
@@ -1,15 +1,6 @@
--- extconf.rb.orig 2011-04-06 19:35:39 UTC
+++ extconf.rb
-@@ -50,7 +50,7 @@
- rdoc: docs/doc/index.html
-
- docs/doc/index.html: $(RDOC)
--\t@-(cd docs; rdoc .)
-+\t@-(cd docs; ${RUBY_RDOC} .)
-
- ri:
- \t@-(rdoc -r docs/*rb)
-@@ -67,7 +67,7 @@
+@@ -67,7 +67,7 @@ test: $(DLLIB)
Dir.foreach('tests') do |x|
next if /^\./ =~ x || /(_\.rb|~)$/ =~ x
next if FileTest.directory?(x)
@@ -18,7 +9,7 @@
end
ensure
make.close
-@@ -76,7 +76,7 @@
+@@ -76,7 +76,7 @@ end
subdirs.each do |subdir|
STDERR.puts("#{$0}: Entering directory `#{subdir}'")
Dir.chdir(subdir)