From d6a4a581e86cc166b4a31a41956a0c71f91f69c5 Mon Sep 17 00:00:00 2001 From: Brad Teaford Cowan Date: Mon, 30 Sep 2002 06:39:35 +0000 Subject: changed einstall to install and placed man pages in proper dir Fixes bug #8554 --- net-mail/fetchmail/ChangeLog | 10 +++++++--- net-mail/fetchmail/fetchmail-5.9.14.ebuild | 9 ++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'net-mail/fetchmail') diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index c34544cde59e..6c74d5cf9908 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,12 +1,16 @@ # ChangeLog for net-mailfetchmailChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.5 2002/09/28 18:55:58 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.6 2002/09/30 06:39:35 bcowan Exp $ *fetchmail-5.9.14 (11 Sep 2002) - 28 Sep 2002; Owen Stampflee : - Added PPC to KEYWORDS. + 30 Sep 2002; Brad Cowan : + Changed einstall back to install and placed man pages in correct dir + Fixes bug #8554 + 28 Sep 2002; Owen Stampflee : + Added PPC to KEYWORDS + 11 Sep 2002; Nick Hadaway fetchmail-5.9.14.ebuild, files/digest-fetchmail-5.9.14, files/configure-5.9.14.diff : Version bump. Fixed some ebuild typos, modified configure so gcc3 diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index e5c004aa5946..77c13f01de16 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.3 2002/09/28 18:55:58 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.4 2002/09/30 06:39:35 bcowan Exp $ S="${WORKDIR}/${P}" @@ -47,13 +47,16 @@ src_compile() { src_install() { - einstall || 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/fetchmailconf fetchmail.1 + exeinto /etc/init.d doexe ${FILESDIR}/fetchmail -- cgit v1.2.3-65-gdbad