summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/mah-jong/mah-jong-1.6.ebuild')
-rw-r--r--games-board/mah-jong/mah-jong-1.6.ebuild16
1 files changed, 8 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 c52252514247..96de050dd746 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 Foundation
# 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.1 2003/11/05 10:04:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.1.1.1 2005/11/30 10:10:00 chriswhite Exp $
inherit games
@@ -10,9 +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"
+KEYWORDS="x86 amd64"
IUSE=""
RDEPEND="virtual/x11
@@ -34,17 +34,17 @@ src_unpack() {
-e "/^MANDIR =/ s:man/man1:/usr/share/man/man6:" \
-e "/^MANSUFFIX =/ s:1:6:" \
-e "/^CFLAGS =/ s:=:= ${CFLAGS}:" \
- -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}\":" Makefile || \
+ -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}/\":" Makefile || \
die "sed Makefile failed"
}
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
}