diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-11-16 07:44:58 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-11-16 07:44:58 +0000 |
commit | c3a4cf2204fddf5da07f52744d97aa1c198e80d1 (patch) | |
tree | 847422cd6c537eeda34be93a05a4eab407a139fd /mail-mta | |
parent | initial (Manifest recommit) (diff) | |
download | gentoo-2-c3a4cf2204fddf5da07f52744d97aa1c198e80d1.tar.gz gentoo-2-c3a4cf2204fddf5da07f52744d97aa1c198e80d1.tar.bz2 gentoo-2-c3a4cf2204fddf5da07f52744d97aa1c198e80d1.zip |
whitespace
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild b/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild index 964a751621ce..a6f8b2bd5b42 100644 --- a/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild +++ b/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild,v 1.1 2004/11/16 07:39:25 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild,v 1.2 2004/11/16 07:44:58 swtaylor Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="virtual/libc" RDEPEND="${DEPEND}" src_unpack() { - if ! has_version 'dev-tcltk/expect' ; then + if ! has_version 'dev-tcltk/expect' ; then einfo 'The dev-tcltk/expect package is not installed.' fi unpack ${A} @@ -31,7 +31,7 @@ src_unpack() { src_compile() { local myconf myconf="`use_with pam authpam` `use_with ldap authldap`" - use gdbm && myconf="${myconf} --with-db=gdbm" + use gdbm && myconf="${myconf} --with-db=gdbm" if [ -f /var/vpopmail/etc/lib_deps ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" @@ -67,6 +67,6 @@ src_install() { emake install DESTDIR="${D}" || die "install" emake install-migrate DESTDIR="${D}" || die "migrate" emake install-configure DESTDIR="${D}" || die "configure" - dodoc AUTHORS COPYING* ChangeLog* INSTALL* NEWS* README* + dodoc AUTHORS COPYING* ChangeLog* INSTALL* NEWS* README* } |