diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-02 05:21:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-02 05:21:49 +0000 |
commit | d7b689ab7941236596d20dd089cc1f757f5270f9 (patch) | |
tree | 439879a1cfdac1d7258ed495436b415ae4f70894 /games-puzzle/penguzzle | |
parent | IUSE; tidy (diff) | |
download | historical-d7b689ab7941236596d20dd089cc1f757f5270f9.tar.gz historical-d7b689ab7941236596d20dd089cc1f757f5270f9.tar.bz2 historical-d7b689ab7941236596d20dd089cc1f757f5270f9.zip |
IUSE
Diffstat (limited to 'games-puzzle/penguzzle')
-rw-r--r-- | games-puzzle/penguzzle/penguzzle-1.0.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-puzzle/penguzzle/penguzzle-1.0.ebuild b/games-puzzle/penguzzle/penguzzle-1.0.ebuild index 7f26864e46f6..f64e7fd35d12 100644 --- a/games-puzzle/penguzzle/penguzzle-1.0.ebuild +++ b/games-puzzle/penguzzle/penguzzle-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/penguzzle/penguzzle-1.0.ebuild,v 1.2 2004/02/20 06:53:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/penguzzle/penguzzle-1.0.ebuild,v 1.3 2004/05/02 05:21:49 mr_bones_ Exp $ inherit games @@ -11,21 +11,22 @@ SRC_URI="http://www.naskita.com/linux/penguzzle/${PN}.zip" LICENSE="penguzzle" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="dev-tcltk/tclx" -S=${WORKDIR}/${PN}${PV} +S="${WORKDIR}/${PN}${PV}" src_install() { - insinto ${GAMES_DATADIR}/${PN} + insinto "${GAMES_DATADIR}/${PN}" doins images/* - insinto ${GAMES_LIBDIR}/${PN} + insinto "${GAMES_LIBDIR}/${PN}" doins lib/* - dosed "s:~/puzz/images:${GAMES_DATADIR}/${PN}:" ${GAMES_LIBDIR}/${PN}/init + dosed "s:~/puzz/images:${GAMES_DATADIR}/${PN}:" "${GAMES_LIBDIR}/${PN}/init" dogamesbin bin/* - dosed "s:~/puzz/lib:${GAMES_LIBDIR}/${PN}:" ${GAMES_BINDIR}/penguzzle + dosed "s:~/puzz/lib:${GAMES_LIBDIR}/${PN}:" "${GAMES_BINDIR}/penguzzle" dodoc README prepgamesdirs |