diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:27:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:27:12 +0000 |
commit | e3e5b75c43099485e1ff10c7b477bd2c2c462a56 (patch) | |
tree | 45e495003a64569edad96b9fa1baf5130c99d784 /games-board/mah-jong | |
parent | old (diff) | |
download | gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.gz gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.bz2 gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.zip |
touchups
Diffstat (limited to 'games-board/mah-jong')
-rw-r--r-- | games-board/mah-jong/mah-jong-1.6.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/games-board/mah-jong/mah-jong-1.6.ebuild b/games-board/mah-jong/mah-jong-1.6.ebuild index 4957c6b01e1d..61cf7b085646 100644 --- a/games-board/mah-jong/mah-jong-1.6.ebuild +++ b/games-board/mah-jong/mah-jong-1.6.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-board/mah-jong/mah-jong-1.6.ebuild,v 1.2 2003/11/05 10:06:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.3 2004/02/29 10:24:35 vapier Exp $ inherit games @@ -10,10 +10,9 @@ DESCRIPTION="A networked Mah Jong program, together with a computer player" HOMEPAGE="http://www.stevens-bradfield.com/MahJong/" SRC_URI="http://www.stevens-bradfield.com/MahJong/Source/${MY_P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -IUSE="" +KEYWORDS="x86" RDEPEND="virtual/x11 =x11-libs/gtk+-1.2*" @@ -40,11 +39,11 @@ src_unpack() { src_install() { make install install.man || die "make install failed" - dodir "${GAMES_DATADIR}/${PN}" + dodir ${GAMES_DATADIR}/${PN} cp -R fallbacktiles/ \ tiles-numbered/ \ - tiles-small/ "${D}${GAMES_DATADIR}/${PN}" || \ - die "cp failed" - dodoc CHANGES ChangeLog *.txt || die "dodoc failed" + tiles-small/ "${D}${GAMES_DATADIR}/${PN}" \ + || die "cp failed" + dodoc CHANGES ChangeLog *.txt prepgamesdirs } |