aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ipv6calc.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ipv6calc.rb b/Library/Formula/ipv6calc.rb
index b508016c4..95d798e0e 100644
--- a/Library/Formula/ipv6calc.rb
+++ b/Library/Formula/ipv6calc.rb
@@ -1,11 +1,12 @@
require 'formula'
class Ipv6calc < Formula
- url 'ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.90.0.tar.gz'
homepage 'http://www.deepspace6.net/projects/ipv6calc.html'
- md5 'c1a654214058fdac5f8c2ba6a196e2b8'
+ url 'ftp://ftp.deepspace6.net/pub/ds6/sources/ipv6calc/ipv6calc-0.93.1.tar.gz'
+ sha1 '8cd23ed0bee03d79c70662e64ab4c7aae1219439'
def install
+ # This needs --mandir, otherwise it tries to install to /share/man/man8.
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end