diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-23 21:36:20 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-23 21:36:20 +0000 |
commit | 4cb7cf5416ac903e7212f2231af3525431c6c5f4 (patch) | |
tree | db18c7d690307781ae0262f22b47361e7d470860 /net-mail | |
parent | Added ppc to KEYWORDS. (diff) | |
download | gentoo-2-4cb7cf5416ac903e7212f2231af3525431c6c5f4.tar.gz gentoo-2-4cb7cf5416ac903e7212f2231af3525431c6c5f4.tar.bz2 gentoo-2-4cb7cf5416ac903e7212f2231af3525431c6c5f4.zip |
Fixed a manpage symlink problem as reported on bug #9270. Thanks
to sakari@ionstream.fi for noticing this problem.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.1.1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 585541644333..a1b84d68b200 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-mailfetchmailChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.11 2002/10/22 16:00:38 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.12 2002/10/23 21:36:20 raker Exp $ *fetchmail-6.1.1 (21 Oct 2002) + 23 Oct 2002; Nick Hadaway <raker@gentoo.org> fetchmail-6.1.1.ebuild : + Fixed a manpage symlink problem as reported on bug #9270. Thanks + to sakari@ionstream.fi for noticing this problem. + 22 Oct 2002; Nick Hadaway <raker@gentoo.org> fetchmail-6.1.1.ebuild : Removing the unstable flag. diff --git a/net-mail/fetchmail/fetchmail-6.1.1.ebuild b/net-mail/fetchmail/fetchmail-6.1.1.ebuild index a4454cec888a..b627559880a5 100644 --- a/net-mail/fetchmail/fetchmail-6.1.1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.1.ebuild,v 1.2 2002/10/22 16:00:38 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.1.ebuild,v 1.3 2002/10/23 21:36:20 raker Exp $ IUSE="ssl nls" @@ -52,7 +52,6 @@ src_install() { 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 |