diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 07:08:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 07:08:10 +0000 |
commit | 3d3b046590295b6c2d16ef91d046a2975b38a8f4 (patch) | |
tree | d3b8315f98ddc0f5819bfa175e5fdac2919d6aed /games-action | |
parent | clean older ebuild (Manifest recommit) (diff) | |
download | gentoo-2-3d3b046590295b6c2d16ef91d046a2975b38a8f4.tar.gz gentoo-2-3d3b046590295b6c2d16ef91d046a2975b38a8f4.tar.bz2 gentoo-2-3d3b046590295b6c2d16ef91d046a2975b38a8f4.zip |
tidy
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/gltron/gltron-0.70.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/gltron/gltron-0.70.ebuild b/games-action/gltron/gltron-0.70.ebuild index f9f0e4624b03..a15395fa9e94 100644 --- a/games-action/gltron/gltron-0.70.ebuild +++ b/games-action/gltron/gltron-0.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70.ebuild,v 1.3 2004/08/30 20:09:19 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70.ebuild,v 1.4 2004/11/20 07:08:10 mr_bones_ Exp $ inherit games @@ -8,9 +8,9 @@ DESCRIPTION="3d tron, just like the movie" HOMEPAGE="http://gltron.sourceforge.net/" SRC_URI="mirror://sourceforge/gltron/${P}-source.tar.gz" -KEYWORDS="x86 ppc ~amd64" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/x11 @@ -23,7 +23,7 @@ DEPEND="virtual/x11 src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README || die "dodoc failed" - dohtml *.html || die "dohtml failed" + dodoc ChangeLog README + dohtml *.html prepgamesdirs } |