--- gedit-0.9.6.ebuild Fri Nov 9 20:54:28 2001 +++ gedit-0.9.7.ebuild Wed Mar 20 23:42:11 2002 @@ -1,4 +1,4 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Reviewed by Achim Gottinger # /home/cvsroot/gentoo-x86/gnome-apps/gedit/gedit-0.9.4.ebuild,v 1.4 2000/11/27 16:20:46 achim Exp @@ -29,13 +29,14 @@ ./configure --host=${CHOST} \ --prefix=/usr \ + --mandir=/usr/share/man \ ${myconf} || die emake || die } src_install() { - make prefix=${D}/usr install || die + make prefix=${D}/usr mandir=${D}/usr/share/man install || die dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO }