--- /home/flame/devel/repos/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild 2007-04-28 19:56:39.000000000 +0200 +++ distcc-2.18.3-r10.ebuild 2007-05-23 23:14:18.119517144 +0200 @@ -70,15 +70,16 @@ myconf=" ${myconf} --enable-rfc2553 " epause 5 fi - econf ${myconf} || die "econf ${myconf} failed" + econf ${myconf} \ + --with-docdir=/usr/share/doc/${PF} \ + || die "econf ${myconf} failed" emake || die "emake failed" } src_install() { make DESTDIR="${D%/}" install - insinto /usr/share/doc/${PN} - doins "${S}/survey.txt" + dodoc "${S}/survey.txt" exeinto /usr/bin doexe "${FILESDIR}/distcc-config"