diff options
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 } |