diff options
Diffstat (limited to 'games-rpg/gwiz/gwiz-0.8.ebuild')
-rw-r--r-- | games-rpg/gwiz/gwiz-0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild index 9c85bf1291c4..e76099ff65fd 100644 --- a/games-rpg/gwiz/gwiz-0.8.ebuild +++ b/games-rpg/gwiz/gwiz-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.1 2003/09/10 06:26:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.2 2004/02/03 01:03:11 mr_bones_ Exp $ DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech" SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2" @@ -21,5 +21,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog README doc/HOWTO-PLAY + dodoc AUTHORS ChangeLog README doc/HOWTO-PLAY } |