Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 281981
Collapse All | Expand All

(-)/usr/portage/mail-filter/amavisd-new/amavisd-new-2.6.4.ebuild (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.6.4.ebuild,v 1.2 2009/07/19 17:52:28 tove Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.6.4.ebuild,v 1.2 2009/07/19 17:52:28 tove Exp $
4
4
5
inherit eutils
5
inherit eutils multilib
6
6
7
DESCRIPTION="High-performance interface between the MTA and content checkers."
7
DESCRIPTION="High-performance interface between the MTA and content checkers."
8
HOMEPAGE="http://www.ijs.si/software/amavisd/"
8
HOMEPAGE="http://www.ijs.si/software/amavisd/"
Lines 78-84 Link Here
78
78
79
		econf --with-runtime-dir=${AMAVIS_ROOT} \
79
		econf --with-runtime-dir=${AMAVIS_ROOT} \
80
			--with-sockname=${AMAVIS_ROOT}/amavisd.sock \
80
			--with-sockname=${AMAVIS_ROOT}/amavisd.sock \
81
			--with-user=amavis || die "helper-progs econf failed"
81
			--with-user=amavis \
82
			--with-milterlib=/usr/$(get_libdir) || die "helper-progs econf failed"
82
		emake || die "helper-progs compile problem"
83
		emake || die "helper-progs compile problem"
83
84
84
		cd "${S}"
85
		cd "${S}"

Return to bug 281981