diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-09-30 06:39:35 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-09-30 06:39:35 +0000 |
commit | 650b69e5b6ea6d9dfd9edb9e33d83136d8f5544d (patch) | |
tree | 43478ea99fb133385ed53c0d3745d597258a76b0 /net-mail | |
parent | Changed patching routine to be the same as app-editors/vim (diff) | |
download | gentoo-2-650b69e5b6ea6d9dfd9edb9e33d83136d8f5544d.tar.gz gentoo-2-650b69e5b6ea6d9dfd9edb9e33d83136d8f5544d.tar.bz2 gentoo-2-650b69e5b6ea6d9dfd9edb9e33d83136d8f5544d.zip |
changed einstall to install and placed man pages in proper dir Fixes bug #8554
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 9 |
2 files changed, 13 insertions, 6 deletions
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 <owen@gentoo.org> : - Added PPC to KEYWORDS. + 30 Sep 2002; Brad Cowan <bcowan@gentoo.org> : + Changed einstall back to install and placed man pages in correct dir + Fixes bug #8554 + 28 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS + 11 Sep 2002; Nick Hadaway <raker@gentoo.org> 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 |