diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-25 15:49:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-25 15:49:06 +0000 |
commit | 11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e (patch) | |
tree | 652f5967b76d0621a0926875ddc8c11637711889 /net-www/cocoon | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e.tar.gz gentoo-2-11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e.tar.bz2 gentoo-2-11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e.zip |
*** empty log message ***
Diffstat (limited to 'net-www/cocoon')
-rw-r--r-- | net-www/cocoon/cocoon-1.7.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/cocoon/cocoon-1.7.4.ebuild b/net-www/cocoon/cocoon-1.7.4.ebuild index ca9295a963df..2b3784af39ab 100644 --- a/net-www/cocoon/cocoon-1.7.4.ebuild +++ b/net-www/cocoon/cocoon-1.7.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/cocoon-1.7.4.ebuild,v 1.1 2000/08/25 15:10:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/cocoon-1.7.4.ebuild,v 1.2 2000/08/25 15:49:06 achim Exp $ P=cocoon-1.7.4 A=Cocoon-1.7.4.tar.gz @@ -30,7 +30,8 @@ src_compile() { src_install() { cd ${S} insinto /opt/java/lib - for i in xerces_1_0_1 xalan_0_19_4 fop_0_12_1 + for i in xerces_1_0_3 xalan_1_0_1 fop_0_12_1 \ + servlet_2_2 stylebook-1.0-b2 do doins lib/$i.jar done |