--- mindterm-2.4.2.ebuild.orig 2005-06-22 19:01:46.000000000 -0400 +++ mindterm-2.4.2.ebuild 2005-06-22 18:18:23.000000000 -0400 @@ -30,6 +30,8 @@ use doc && antflags="${antflags} doc" use jikes && antflags="${antflags} -Dbuild.compiler=jikes" ant ${antflags} || die "ant failed" + + mv javadoc api # move javadoc location, so it'll be installed to the right place } src_install() { @@ -43,7 +45,7 @@ dobin ${PN} dodoc README.txt - use doc && java-pkg_dohtml -r javadoc/* + use doc && java-pkg_dohtml -r api if use examples; then dodir /usr/share/doc/${PF}/examples