Skip to content

Commit

Permalink
mandoc 1.11.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Aug 28, 2011
1 parent 274f18a commit 2147163
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions other/mandoc.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
require 'formula'

class Mandoc < Formula
url 'http://mdocml.bsd.lv/snapshots/mdocml-1.10.9.tar.gz'
homepage ''
md5 '86395489bc215a6a764c760845a05f8e'
url 'http://mdocml.bsd.lv/snapshots/mdocml-1.11.6.tar.gz'
homepage 'http://mdocml.bsd.lv/'
md5 'bae43efaa8faf9f902bf3c261c72f6ed'

def install
inreplace "Makefile" do |s|
s.change_make_var! "PREFIX", prefix
s.change_make_var! "MANDIR", man
end
system "make"
system "make install"
system "make PREFIX=#{prefix} MANDIR=#{man} install"
end
end

0 comments on commit 2147163

Please sign in to comment.