From 9cd0f348a4bfc0cec4b31e248ad3cdfcfac8058e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 19 Oct 2013 13:55:03 +0100 Subject: subversion: improve caveats line breaks. --- Library/Formula/subversion.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 824259caf..8fe124ce5 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -164,33 +164,32 @@ class Subversion < Formula s = <<-EOS.undent svntools have been installed to: #{opt_prefix}/libexec - EOS s += python.standard_caveats if python if build.include? 'perl' s += <<-EOS.undent + The perl bindings are located in various subdirectories of: #{prefix}/Library/Perl - EOS end if build.include? 'ruby' s += <<-EOS.undent + You may need to add the Ruby bindings to your RUBYLIB from: #{HOMEBREW_PREFIX}/lib/ruby - EOS end if build.include? 'java' s += <<-EOS.undent + You may need to link the Java bindings into the Java Extensions folder: sudo mkdir -p /Library/Java/Extensions sudo ln -s #{HOMEBREW_PREFIX}/lib/libsvnjavahl-1.dylib /Library/Java/Extensions/libsvnjavahl-1.dylib - EOS end -- cgit v1.2.3