diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-30 18:24:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-30 18:24:34 +0000 |
commit | ce5048fbeb0b9f340485e88b8e50bb13473a94ad (patch) | |
tree | 34077d7f69cb6a7232db9c1248963feb1287b2c3 /net-mail/fetchmail | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.tar.gz gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.tar.bz2 gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.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 |