diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:31:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:31:31 +0000 |
commit | 97d5aa0267a6f23a1a27e57ab69905b196411202 (patch) | |
tree | 472e7e708cd0c2112847ef4ba98e92c0f5f32866 /games-action/koth/koth-0.7.7.ebuild | |
parent | Version bumped to 2.04 and closing bug #96182. (diff) | |
download | historical-97d5aa0267a6f23a1a27e57ab69905b196411202.tar.gz historical-97d5aa0267a6f23a1a27e57ab69905b196411202.tar.bz2 historical-97d5aa0267a6f23a1a27e57ab69905b196411202.zip |
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-action/koth/koth-0.7.7.ebuild')
-rw-r--r-- | games-action/koth/koth-0.7.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/koth/koth-0.7.7.ebuild b/games-action/koth/koth-0.7.7.ebuild index 9bcd47f18fb4..325baf8489a1 100644 --- a/games-action/koth/koth-0.7.7.ebuild +++ b/games-action/koth/koth-0.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com> +# Copyright 1999-2005 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.7.7.ebuild,v 1.4 2004/06/24 21:56:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.7.7.ebuild,v 1.5 2005/06/15 17:31:31 wolf31o2 Exp $ inherit eutils @@ -20,5 +20,5 @@ src_install () { make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg - dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt + dodoc AUTHORS ChangeLog NEWS README doc/*.txt } |