summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-05 02:05:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-05 02:05:01 +0000
commitbdadd73f99802daa1493fd9cec6c2379fea34c3a (patch)
tree41e33ad6d423c9885989d1aac5c4231bdd24c3d9 /net-mail/teapop/teapop-0.3.3.ebuild
parentforgot this changelog entry (diff)
downloadgentoo-2-bdadd73f99802daa1493fd9cec6c2379fea34c3a.tar.gz
gentoo-2-bdadd73f99802daa1493fd9cec6c2379fea34c3a.tar.bz2
gentoo-2-bdadd73f99802daa1493fd9cec6c2379fea34c3a.zip
spelling error correction
Diffstat (limited to 'net-mail/teapop/teapop-0.3.3.ebuild')
-rw-r--r--net-mail/teapop/teapop-0.3.3.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-mail/teapop/teapop-0.3.3.ebuild b/net-mail/teapop/teapop-0.3.3.ebuild
index 92ec15b1e001..b41d7375ea6e 100644
--- a/net-mail/teapop/teapop-0.3.3.ebuild
+++ b/net-mail/teapop/teapop-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.3.ebuild,v 1.7 2002/10/04 06:09:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.3.ebuild,v 1.8 2002/11/05 02:05:01 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Tiny POP3 server"
@@ -16,15 +16,10 @@ src_compile() {
local myconf
use mysql && myconf="${myconf} --enable-mysql"
use postgres && myconf="${myconf} --enable-pgsql"
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
+ econf \
--enable-lock=flock,dotlock \
--enable-homespool=mail \
- --enable-mailsppol=/var/spool/mail \
- --mandir=/usr/share/man \
+ --enable-mailspool=/var/spool/mail \
--enable-apop \
${myconf} || die "./configure failed"
emake || die