aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-06-05 15:12:15 -0500
committerJack Nagel2012-06-05 15:15:39 -0500
commitda8585c6afeb81566b897f099356774aaea9192c (patch)
tree29430f2801d0871fcf913d46128514a23122049d /Library
parente9bb49b8a44c864f39415d61cc3da06b728b52f1 (diff)
downloadhomebrew-da8585c6afeb81566b897f099356774aaea9192c.tar.bz2
help2man 1.40.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/help2man.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb
index fe0171d87..7ae2cf463 100644
--- a/Library/Formula/help2man.rb
+++ b/Library/Formula/help2man.rb
@@ -2,16 +2,12 @@ require 'formula'
class Help2man < Formula
homepage 'http://www.gnu.org/software/help2man/'
- url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.9.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.9.tar.gz'
- sha1 '3957023ee890ec391b539236f3f7c5b89b240e3f'
+ url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.10.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.10.tar.gz'
+ sha256 'f7c85b9af84a87d7da912b62dadf426118841750ed1e4598787a54fddaf82b9c'
def install
system "./configure", "--prefix=#{prefix}"
-
- # Skip making the "info" files.
- system "make help2man man"
- bin.install "help2man"
- man1.install gzip("help2man.1")
+ system "make install"
end
end