summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-02 05:21:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-02 05:21:49 +0000
commit42d5a4691a7f3067067affcef765d942989d1a24 (patch)
tree8dabe89502abe47d04c3fb4a1e3b52cec926b18b /games-puzzle
parentIUSE; tidy (Manifest recommit) (diff)
downloadgentoo-2-42d5a4691a7f3067067affcef765d942989d1a24.tar.gz
gentoo-2-42d5a4691a7f3067067affcef765d942989d1a24.tar.bz2
gentoo-2-42d5a4691a7f3067067affcef765d942989d1a24.zip
IUSE
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/penguzzle/penguzzle-1.0.ebuild13
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