summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-04-06 19:42:23 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-04-06 19:42:23 +0000
commit84ac56fece9f12f61f58e0f27c7b37962132dfb7 (patch)
treeb3af1f30a2ef502c5105a80e48cb1fa6c9bdea96 /net-mail/qmailadmin/qmailadmin-1.2.12.ebuild
parentx86 stable, bug #216164 (diff)
downloadhistorical-84ac56fece9f12f61f58e0f27c7b37962132dfb7.tar.gz
historical-84ac56fece9f12f61f58e0f27c7b37962132dfb7.tar.bz2
historical-84ac56fece9f12f61f58e0f27c7b37962132dfb7.zip
use qmail.eclass
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-mail/qmailadmin/qmailadmin-1.2.12.ebuild')
-rw-r--r--net-mail/qmailadmin/qmailadmin-1.2.12.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild
index 18025d202e05..7756e5595030 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild,v 1.1 2008/02/03 11:26:38 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild,v 1.2 2008/04/06 19:37:46 hollow Exp $
-inherit eutils webapp
+inherit qmail eutils webapp
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
@@ -51,8 +51,8 @@ src_compile() {
--enable-htmllibdir=/usr/share/${PN}/htmllib \
--enable-cgibindir="${MY_CGIBINDIR}" \
--enable-cgipath=/cgi-bin/${PN} \
- --enable-qmaildir=/var/qmail \
- --enable-autoresponder-path=/var/qmail/bin \
+ --enable-qmaildir="${QMAIL_HOME}" \
+ --enable-autoresponder-path="${QMAIL_HOME}"/bin \
--enable-true-path=/bin \
--enable-ezmlmdir=/usr/bin \
--enable-domain-autofill \