freebsd-ports/lang/ruby-doc-stdlib/files/patch-install.rb
Stanislav Sedov 59e75c4a46 Add ruby-doc-stdlib 0.10.1, documentation for the Ruby language standard
library.

Submitter doesn't respond, thus I'll maintain the port.

PR:		ports/101423 (based on)
Submitted by:	Alexander Novitsky <alecn2002 at yandex.ru>
2007-02-23 00:59:37 +00:00

11 lines
369 B
Ruby

--- install.rb.orig Fri Aug 4 17:53:04 2006
+++ install.rb Fri Aug 4 17:53:10 2006
@@ -125,7 +125,7 @@
Shall I bother?
}.trim
end
- elsif Dir["stdlib"] > 0
+ elsif Dir["stdlib"].size > 0
# It's got *something* in it, but not stdlib doc.
confirm %{
#@doc_base/stdlib contains something, but not what I expected.