diff options
Diffstat (limited to 'net-mail/fetchmail/fetchmail-5.9.14.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index c47f57a43296..3c380b02bcc7 100644 --- a/net-mail/fetchmail/fetchmail-5.9.14.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.14.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/fetchmail/fetchmail-5.9.14.ebuild,v 1.10 2003/02/28 01:38:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.11 2003/09/05 08:48:47 msterret Exp $ IUSE="ssl nls" @@ -9,7 +9,7 @@ S="${WORKDIR}/${P}" DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" HOMEPAGE="http://catb.org/~esr/fetchmail/" SRC_URI="http://www.catb.org/~esr/fetchmail/${P}.tar.gz" - + DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 )" RDEPEND="nls? ( sys-devel/gettext )" @@ -49,19 +49,19 @@ src_compile() { src_install() { - make DESTDIR="${D}" install || die - + make DESTDIR="${D}" install || die + dohtml *.html dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ README.NTLM README.SSL TODO COPYING MANIFEST - + doman /usr/share/man/*.1 dosym /usr/share/man/man1/fetchmailconf* /usr/share/man/man1/fetchmail.1.gz - + exeinto /etc/init.d doexe ${FILESDIR}/fetchmail - + docinto contrib local f for f in contrib/* |