diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-03-26 05:23:45 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-03-26 05:23:45 +0000 |
commit | 6bd613a9247ee5446b0a86116e768d3d864f2229 (patch) | |
tree | 12953348841846a6baaa3d8663a490b26abb7557 /net-mail/mutt | |
parent | Version bump (diff) | |
download | historical-6bd613a9247ee5446b0a86116e768d3d864f2229.tar.gz historical-6bd613a9247ee5446b0a86116e768d3d864f2229.tar.bz2 historical-6bd613a9247ee5446b0a86116e768d3d864f2229.zip |
Added a comment about imap support
Diffstat (limited to 'net-mail/mutt')
-rw-r--r-- | net-mail/mutt/mutt-1.5.4.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/mutt/mutt-1.5.4.ebuild b/net-mail/mutt/mutt-1.5.4.ebuild index e6a3dff6a0e1..c494912506de 100644 --- a/net-mail/mutt/mutt-1.5.4.ebuild +++ b/net-mail/mutt/mutt-1.5.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/mutt/mutt-1.5.4.ebuild,v 1.2 2003/03/26 05:10:39 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.5.4.ebuild,v 1.3 2003/03/26 05:23:45 latexer Exp $ IUSE="ssl nls slang cjk crypt imap" @@ -77,7 +77,7 @@ src_compile() { make || die "make failed (myconf=${myconf})" } -src_install () { +src_install() { make DESTDIR=$D install || die find $D/usr/share/doc -type f |grep -v html | xargs gzip insinto /etc/mutt @@ -90,3 +90,7 @@ src_install () { dodoc BEWARE COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION } +pkg_postinst() { + einfo "The USE variable 'imap' is not set by default on most architectures." + einfo "To enable imap support in mutt, make sure you have 'imap' set." +} |