summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/privoxy/privoxy-3.0.15_beta.ebuild')
-rw-r--r--net-proxy/privoxy/privoxy-3.0.15_beta.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild b/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild
index 42644577eafd..41e400aaa155 100644
--- a/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild
+++ b/net-proxy/privoxy/privoxy-3.0.15_beta.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.15_beta.ebuild,v 1.2 2010/01/23 18:32:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild,v 1.3 2012/04/25 16:37:57 jlec Exp $
EAPI="2"
@@ -36,7 +36,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() {
@@ -48,8 +48,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 () {