summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2005-12-09 12:13:56 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2005-12-09 12:13:56 +0000
commit209ca3a77fbc822112aa5d28d60b73b348a4f097 (patch)
tree9429469bcb4cada8b2ba81864ed620f745b85c5e /dev-java/javacup/javacup-0.10k.ebuild
parentPrint options we run autotools with. (diff)
downloadgentoo-2-209ca3a77fbc822112aa5d28d60b73b348a4f097.tar.gz
gentoo-2-209ca3a77fbc822112aa5d28d60b73b348a4f097.tar.bz2
gentoo-2-209ca3a77fbc822112aa5d28d60b73b348a4f097.zip
Removed the installation of the LICENSE file.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-java/javacup/javacup-0.10k.ebuild')
-rw-r--r--dev-java/javacup/javacup-0.10k.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/javacup/javacup-0.10k.ebuild b/dev-java/javacup/javacup-0.10k.ebuild
index b2fbe2613ed2..670c1a811da9 100644
--- a/dev-java/javacup/javacup-0.10k.ebuild
+++ b/dev-java/javacup/javacup-0.10k.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.10k.ebuild,v 1.10 2005/08/07 12:51:39 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.10k.ebuild,v 1.11 2005/12/09 12:13:56 betelgeuse Exp $
inherit java-pkg
@@ -31,7 +31,7 @@ src_compile() {
src_install() {
java-pkg_dojar ${PN}.jar
- dodoc CHANGELOG README LICENSE
+ dodoc CHANGELOG README
dohtml manual.html
use source && java-pkg_dosrc java_cup
}