diff options
Diffstat (limited to 'net-proxy/privoxy/privoxy-3.0.12.ebuild')
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.12.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-proxy/privoxy/privoxy-3.0.12.ebuild b/net-proxy/privoxy/privoxy-3.0.12.ebuild index ff28edd04bfc..7a04a434be4a 100644 --- a/net-proxy/privoxy/privoxy-3.0.12.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.12.ebuild,v 1.8 2010/06/06 14:37:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.12.ebuild,v 1.9 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -35,7 +35,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { @@ -47,8 +47,7 @@ src_configure() { --with-user=privoxy \ --with-group=privoxy \ --sysconfdir=/etc/privoxy \ - --docdir=/usr/share/doc/${PF} \ - || die "econf failed" + --docdir=/usr/share/doc/${PF} } src_install () { |