aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2011-08-23 14:24:18 +0800
committerstas <stas@FreeBSD.org>2011-08-23 14:24:18 +0800
commit130ac4a5e128578575fcc84a0041d19b37e26b70 (patch)
tree13fd0efcfff3a36e6af5207f5a5063dc015c3e1c /databases/ruby-bdb
parent22e61e05de5d0443a12f9f6b710a765feb13803b (diff)
downloadfreebsd-ports-gnome-130ac4a5e128578575fcc84a0041d19b37e26b70.tar.gz
freebsd-ports-gnome-130ac4a5e128578575fcc84a0041d19b37e26b70.tar.zst
freebsd-ports-gnome-130ac4a5e128578575fcc84a0041d19b37e26b70.zip
- Use correct rdoc binary when building docs. This is required for non-default
ruby18 which doesn't install bin/rdoc any longer.
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/files/patch-extconf.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ruby-bdb/files/patch-extconf.rb b/databases/ruby-bdb/files/patch-extconf.rb
new file mode 100644
index 000000000000..082235a18894
--- /dev/null
+++ b/databases/ruby-bdb/files/patch-extconf.rb
@@ -0,0 +1,11 @@
+--- extconf.rb.orig 2011-08-22 22:53:57.000000000 -0700
++++ extconf.rb 2011-08-22 22:54:10.000000000 -0700
+@@ -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)