diff options
author | 2001-05-30 18:24:34 +0000 | |
---|---|---|
committer | 2001-05-30 18:24:34 +0000 | |
commit | b4ac26f59dc91b3f61256f35e5dd94277fbb48e8 (patch) | |
tree | 068caa10f95726f1816327996c8fed5e5913261e /net-mail/fetchmail | |
parent | Added slirp a SLIP/PPP emulator for terminals (diff) | |
download | historical-b4ac26f59dc91b3f61256f35e5dd94277fbb48e8.tar.gz historical-b4ac26f59dc91b3f61256f35e5dd94277fbb48e8.tar.bz2 historical-b4ac26f59dc91b3f61256f35e5dd94277fbb48e8.zip |
*** empty log message ***
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.8.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.8.2.ebuild b/net-mail/fetchmail/fetchmail-5.8.2.ebuild index 2013cca54714..1b71016ed9db 100644 --- a/net-mail/fetchmail/fetchmail-5.8.2.ebuild +++ b/net-mail/fetchmail/fetchmail-5.8.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.8.2.ebuild,v 1.1 2001/05/10 02:16:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.8.2.ebuild,v 1.2 2001/05/30 18:24:34 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -23,6 +23,7 @@ src_compile() { myconf="$myconf --disable-nls" fi try ./configure --prefix=/usr --host=${CHOST} \ + --mandir=/usr/share/man \ --enable-RPA --enable-NTLN \ --enable-SDPS $myconf try make |