diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
commit | c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch) | |
tree | cc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/bmf | |
parent | un-redefine ${A} (diff) | |
download | historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2 historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/bmf')
-rw-r--r-- | net-mail/bmf/Manifest | 2 | ||||
-rw-r--r-- | net-mail/bmf/bmf-0.9.4.ebuild | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-mail/bmf/Manifest b/net-mail/bmf/Manifest index 1f724b899ab3..cf2401d4f987 100644 --- a/net-mail/bmf/Manifest +++ b/net-mail/bmf/Manifest @@ -1,4 +1,4 @@ -MD5 90311c82ca189fd583529e29eb237929 bmf-0.9.4.ebuild 977 MD5 36f7fc6c0159f39305774ae990a1d7f3 ChangeLog 370 +MD5 b446dca7229a3f38edb30e17bd915074 bmf-0.9.4.ebuild 969 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 1288bea62a320ffa52af6c5e4fa16100 files/digest-bmf-0.9.4 60 diff --git a/net-mail/bmf/bmf-0.9.4.ebuild b/net-mail/bmf/bmf-0.9.4.ebuild index 3078d83564f6..40c52121f56d 100644 --- a/net-mail/bmf/bmf-0.9.4.ebuild +++ b/net-mail/bmf/bmf-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/bmf/bmf-0.9.4.ebuild,v 1.1 2003/07/17 02:59:51 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/bmf/bmf-0.9.4.ebuild,v 1.2 2003/09/05 09:04:35 msterret Exp $ IUSE="mysql berkdb" @@ -13,16 +13,16 @@ SLOT="0" KEYWORDS="x86" DEPEND="mysql? ( >=mysql-3.23.56 ) - berkdb? ( >=db-3.2.9 )" + berkdb? ( >=db-3.2.9 )" S=${WORKDIR}/${P} src_compile() { local myconf - + use mysql || myconf="--without-mysql" use berkdb || myconf="${myconf} --without-libdb" - + ./configure ${myconf} || die "configure failed" emake } @@ -33,9 +33,9 @@ src_install() { } pkg_postinst() { - einfo + einfo einfo "Important: Remember to train bmf before you start using it." einfo "Instructions for training and using bmf with procmail: " einfo "less /usr/share/doc/${P}/README.gz" - einfo + einfo } |