summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-12-18 12:32:28 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-12-18 12:32:28 +0000
commit744f2397c63a06c7edabbe2312c36c497c105ed6 (patch)
treea8609d039a4d42c2ece2f7062e89439a51b00a95 /x11-misc/xfishtank/xfishtank-2.1.ebuild
parentAdjusted not to rely on LOCALCLASSPATH in /usr/bin/ant for bug #115888. (diff)
downloadhistorical-744f2397c63a06c7edabbe2312c36c497c105ed6.tar.gz
historical-744f2397c63a06c7edabbe2312c36c497c105ed6.tar.bz2
historical-744f2397c63a06c7edabbe2312c36c497c105ed6.zip
Fix dodoc - bug #115860.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-misc/xfishtank/xfishtank-2.1.ebuild')
-rw-r--r--x11-misc/xfishtank/xfishtank-2.1.ebuild4
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
}