mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Use correct rdoc binary when building docs. This is required for non-default
ruby18 which doesn't install bin/rdoc any longer.
This commit is contained in:
parent
a34c568143
commit
b6befe5af4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280242
11
databases/ruby-bdb/files/patch-extconf.rb
Normal file
11
databases/ruby-bdb/files/patch-extconf.rb
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user