aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-01-18 21:59:00 +0000
committerMike McQuaid2014-01-19 14:19:08 -0800
commit170671e39cb499153e2d299dabad7e1d1f3402af (patch)
tree89a3e1d881710dad8eb53b7797d7b53f41852156 /Library/Formula
parent3f7698ddd03ce77ea3e69db473a6d6b657f49377 (diff)
downloadhomebrew-170671e39cb499153e2d299dabad7e1d1f3402af.tar.bz2
graphviz: remove duplicated .app caveats.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/graphviz.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 68095f0a7..ee8360160 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -82,16 +82,4 @@ class Graphviz < Formula
system "#{bin}/dot", "-Tpdf", "-o", "sample.pdf", "sample.dot"
end
-
- def caveats
- if build.include? 'with-app'
- <<-EOS
- Graphviz.app was installed in:
- #{prefix}
-
- To symlink into ~/Applications, you can do:
- brew linkapps
- EOS
- end
- end
end