diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-10 16:37:33 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-10 16:37:33 +0000 |
commit | 7b01f1f891d909e59f72a46652744c99946fa00a (patch) | |
tree | 882b542ae26b1c47e14107893f786af07c630fbb /dev-java/jsch/jsch-0.1.30.ebuild | |
parent | Removed unused versions. (diff) | |
download | gentoo-2-7b01f1f891d909e59f72a46652744c99946fa00a.tar.gz gentoo-2-7b01f1f891d909e59f72a46652744c99946fa00a.tar.bz2 gentoo-2-7b01f1f891d909e59f72a46652744c99946fa00a.zip |
Fixed javadocs to install to the standard location.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'dev-java/jsch/jsch-0.1.30.ebuild')
-rw-r--r-- | dev-java/jsch/jsch-0.1.30.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jsch/jsch-0.1.30.ebuild b/dev-java/jsch/jsch-0.1.30.ebuild index efc79d6451c0..4ad83d9ddb98 100644 --- a/dev-java/jsch/jsch-0.1.30.ebuild +++ b/dev-java/jsch/jsch-0.1.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.30.ebuild,v 1.2 2006/12/07 22:49:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.30.ebuild,v 1.3 2007/01/10 16:37:33 betelgeuse Exp $ inherit java-pkg-2 java-ant-2 @@ -28,7 +28,7 @@ src_compile() { src_install() { java-pkg_newjar dist/lib/jsch*.jar jsch.jar - use doc && java-pkg_dohtml -r javadoc/* + use doc && java-pkg_dojavadoc javadoc use source && java-pkg_dosrc src/* if use examples; then dodir /usr/share/doc/${PF}/examples/ |