aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cvs2svn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cvs2svn.rb')
-rw-r--r--Library/Formula/cvs2svn.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/cvs2svn.rb b/Library/Formula/cvs2svn.rb
index 01d71e13c..2f47a8ea4 100644
--- a/Library/Formula/cvs2svn.rb
+++ b/Library/Formula/cvs2svn.rb
@@ -21,8 +21,8 @@ class PythonWithGdbm < Requirement
end
class Cvs2svn < Formula
- url 'http://trac.macports.org/export/70472/distfiles/cvs2svn/cvs2svn-2.3.0.tar.gz'
homepage 'http://cvs2svn.tigris.org/'
+ url 'http://trac.macports.org/export/70472/distfiles/cvs2svn/cvs2svn-2.3.0.tar.gz'
sha1 '545237805ddb241054ba40b105b9c29b705539b8'
depends_on PythonWithGdbm.new
@@ -35,17 +35,16 @@ class Cvs2svn < Formula
cvs2bzr-example.options cvs2git-example.options cvs2hg-example.options
cvs2svn-example.options contrib ]
- doc.install Dir['doc/*']
- doc.install Dir['www/*']
+ doc.install Dir['{doc,www}/*']
end
- def caveats; <<-EOF
+ def caveats; <<-EOS.undent
NOTE: man pages have been installed, but for better documentation see:
#{HOMEBREW_PREFIX}/share/doc/cvs2svn/cvs2svn.html
or http://cvs2svn.tigris.org/cvs2svn.html.
Contrib scripts and example options files are installed in:
- #{prefix}
- EOF
+ #{opt_prefix}
+ EOS
end
end