aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/markdown.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-12-27 20:09:13 -0400
committerMisty De Meo2012-12-27 20:26:00 -0400
commita8301b855bb0d248d85cef5f8059479ebeca1b5e (patch)
treee6a79fa0b8d278f06cc6ff29fc8a3db9bfce9c59 /Library/Formula/markdown.rb
parent9e4df8b55b98b7335a2218d6c5ae5e99819028b7 (diff)
downloadhomebrew-a8301b855bb0d248d85cef5f8059479ebeca1b5e.tar.bz2
discount and markdown conflict with each other
Diffstat (limited to 'Library/Formula/markdown.rb')
-rw-r--r--Library/Formula/markdown.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb
index 32890f67b..0c38d96f1 100644
--- a/Library/Formula/markdown.rb
+++ b/Library/Formula/markdown.rb
@@ -5,6 +5,9 @@ class Markdown < Formula
homepage 'http://daringfireball.net/projects/markdown/'
sha1 '7e6d1d9224f16fec5631bf6bc5147f1e64715a4b'
+ conflicts_with 'discount',
+ :because => 'both markdown and discount ship a `markdown` executable.'
+
def install
bin.install 'Markdown.pl' => 'markdown'
end