From fe4c034bb9e222c444006c34c8c214ec064c1166 Mon Sep 17 00:00:00 2001 From: NanoTech Date: Wed, 23 Mar 2011 14:57:59 -0600 Subject: polipo: update url, use INFODIR, enable IPv6 Signed-off-by: Adam Vandenberg --- Library/Formula/polipo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/polipo.rb b/Library/Formula/polipo.rb index 1f8f3e932..df27f8fc3 100644 --- a/Library/Formula/polipo.rb +++ b/Library/Formula/polipo.rb @@ -3,12 +3,12 @@ require 'formula' class Polipo < Formula url 'http://freehaven.net/~chrisd/polipo/polipo-1.0.4.tar.gz' homepage 'http://www.pps.jussieu.fr/~jch/software/polipo/' - head 'git://git.torproject.org/git/polipo' + head 'git://git.wifi.pps.jussieu.fr/polipo' md5 'defdce7f8002ca68705b6c2c36c4d096' def install cache_root = (var + "cache/polipo").mkpath - make_opts = "PREFIX=#{prefix} LOCAL_ROOT=#{share}/polipo/www DISK_CACHE_ROOT=#{cache_root} MANDIR=#{man}" + make_opts = "PREFIX=#{prefix} LOCAL_ROOT=#{share}/polipo/www DISK_CACHE_ROOT=#{cache_root} MANDIR=#{man} INFODIR=#{info} PLATFORM_DEFINES=-DHAVE_IPv6" system "make all #{make_opts}" system "make install #{make_opts}" end -- cgit v1.2.3