diff options
Diffstat (limited to 'games-arcade/sable/sable-1.0.ebuild')
-rw-r--r-- | games-arcade/sable/sable-1.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/sable/sable-1.0.ebuild b/games-arcade/sable/sable-1.0.ebuild index b9dcdc25beb8..4517e59fc33b 100644 --- a/games-arcade/sable/sable-1.0.ebuild +++ b/games-arcade/sable/sable-1.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/sable-1.0.ebuild,v 1.2 2007/04/16 00:26:50 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/sable-1.0.ebuild,v 1.3 2007/04/16 21:12:31 tupone Exp $ inherit games DESCRIPTION="A frantic 3d space shooter." HOMEPAGE="http://www.stanford.edu/~mcmartin/sable/" -SRC_URI="http://www.stanford.edu/~mcmartin/${PN}/${P}-src.tgz" +SRC_URI="http://www.stanford.edu/~mcmartin/${PN}/${P}-src.tgz + mirror://gentoo/${PN}.png" LICENSE="GPL-2" SLOT="0" @@ -30,8 +31,8 @@ src_install() { doins -r models sfx textures || die "Install data files failes" dodoc README || die "Install doc failed" - doicon ${FILESDIR}/${PN}.png - make_desktop_entry "${PN}" ${PN} + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} ${PN} prepgamesdirs } |