diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-18 12:32:28 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-18 12:32:28 +0000 |
commit | 70f8841a85f0927b71873a6601070c76e16f4c3f (patch) | |
tree | f7cc3c670362b31aef858feff1a7b79f5ae9ebe4 /x11-misc/xfishtank/xfishtank-2.1.ebuild | |
parent | Adjusted not to rely on LOCALCLASSPATH in /usr/bin/ant for bug #115888. (diff) | |
download | gentoo-2-70f8841a85f0927b71873a6601070c76e16f4c3f.tar.gz gentoo-2-70f8841a85f0927b71873a6601070c76e16f4c3f.tar.bz2 gentoo-2-70f8841a85f0927b71873a6601070c76e16f4c3f.zip |
Fix dodoc - bug #115860.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/xfishtank/xfishtank-2.1.ebuild')
-rw-r--r-- | x11-misc/xfishtank/xfishtank-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild index 6608c7214ede..b9bf7adb0a23 100644 --- a/x11-misc/xfishtank/xfishtank-2.1.ebuild +++ b/x11-misc/xfishtank/xfishtank-2.1.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/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.7 2005/11/01 18:31:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.8 2005/12/18 12:32:28 nelchael Exp $ DESCRIPTION="Turns your root window into an aquarium." HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/" @@ -22,5 +22,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "install failed" - dodoc README.Linux README.TrueColor README.Why2.1tp + dodoc README README.Linux README.TrueColor README.Why.2.1tp } |