--- gphoto2-2.4.1.ebuild.orig 2008-05-27 19:13:34.000000000 +0100 +++ gphoto2-2.4.1.ebuild 2008-05-27 19:15:28.000000000 +0100 @@ -36,6 +36,7 @@ src_compile() { econf \ + --docdir=/usr/share/doc/${PF} \ $(use_with aalib) \ $(use_with aalib jpeg) \ $(use_with exif) \ @@ -47,7 +48,6 @@ src_install() { emake DESTDIR="${D}" \ - gphotodocdir="${D}"/usr/share/doc/${PF} \ HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \ install || die "installation failed"