aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorIan Langworth ☠2014-10-31 13:30:41 -0700
committerJack Nagel2014-10-31 16:44:44 -0500
commit73b76918deefc53e9a5f17d452c4813e3a34d601 (patch)
tree08502627c7dfa45047ef6819d0779b21cdc1f64b /Library/Formula
parent367b06b9210d3420fb62ddfb36da075adbf33a62 (diff)
downloadhomebrew-73b76918deefc53e9a5f17d452c4813e3a34d601.tar.bz2
mdp 0.92.2
Closes #33783. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mdp.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mdp.rb b/Library/Formula/mdp.rb
index c2c71cdaf..d7b2bdb92 100644
--- a/Library/Formula/mdp.rb
+++ b/Library/Formula/mdp.rb
@@ -2,8 +2,8 @@ require "formula"
class Mdp < Formula
homepage "https://github.com/visit1985/mdp"
- url "https://github.com/visit1985/mdp/archive/0.91.3.tar.gz"
- sha1 "e8a0264068c21df1f00e391ec22e674141fddcc1"
+ url "https://github.com/visit1985/mdp/archive/0.92.2.tar.gz"
+ sha1 "d01db33bb3ce1206c48e0c191adb14746f3fcdd5"
bottle do
cellar :any
@@ -14,7 +14,7 @@ class Mdp < Formula
def install
system "make"
- system "make", "install", "DESTDIR=#{bin}"
+ system "make", "install", "PREFIX=#{prefix}"
share.install "sample.md"
end