summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-01-31 05:55:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-01-31 05:55:56 +0000
commit62585cc08a4026fe37be7ea43b61a5566c6746bb (patch)
tree518b2f9521dbd3623b8c668131a1f6a2dfacf032 /games-board/xfrisk
parentstable on amd64 (bug 39923 (diff)
downloadgentoo-2-62585cc08a4026fe37be7ea43b61a5566c6746bb.tar.gz
gentoo-2-62585cc08a4026fe37be7ea43b61a5566c6746bb.tar.bz2
gentoo-2-62585cc08a4026fe37be7ea43b61a5566c6746bb.zip
mark stable for amd64 (bug 39921); tidy
Diffstat (limited to 'games-board/xfrisk')
-rw-r--r--games-board/xfrisk/Manifest2
-rw-r--r--games-board/xfrisk/xfrisk-1.2.ebuild24
2 files changed, 11 insertions, 15 deletions
diff --git a/games-board/xfrisk/Manifest b/games-board/xfrisk/Manifest
index 2fbc3574b7e9..1c1d973f9ebe 100644
--- a/games-board/xfrisk/Manifest
+++ b/games-board/xfrisk/Manifest
@@ -1,4 +1,4 @@
MD5 71343b8ff162e285d9c2bcba2b14f436 ChangeLog 642
-MD5 9c862037715e4465016d41cdf85b027e xfrisk-1.2.ebuild 790
+MD5 90cb5bd8f45e7c7acc83bb3a7a977960 xfrisk-1.2.ebuild 796
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 32bd08c3a2efd038205d1cf92af69929 files/digest-xfrisk-1.2 62
diff --git a/games-board/xfrisk/xfrisk-1.2.ebuild b/games-board/xfrisk/xfrisk-1.2.ebuild
index a81c945a1601..c71abc486144 100644
--- a/games-board/xfrisk/xfrisk-1.2.ebuild
+++ b/games-board/xfrisk/xfrisk-1.2.ebuild
@@ -1,17 +1,18 @@
-# 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/xfrisk/xfrisk-1.2.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.2 2004/01/31 05:55:49 mr_bones_ Exp $
inherit games
-S=${WORKDIR}/XFrisk
+S="${WORKDIR}/XFrisk"
DESCRIPTION="The RISK board game"
SRC_URI="http://morphy.iki.fi/xfrisk/files/${P}.tar.gz"
HOMEPAGE="http://morphy.iki.fi/xfrisk/"
-SLOT="0"
+KEYWORDS="x86 ppc sparc amd64"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
+SLOT="0"
+IUSE=""
DEPEND="x11-libs/Xaw3d
>=sys-apps/sed-4"
@@ -20,17 +21,12 @@ src_unpack() {
unpack ${A}
cd ${S}
sed -i \
- -e "s:/usr/local:${GAMES_PREFIX}:" \
- Makefile || \
- die "sed Makefile failed"
-}
-
-src_compile() {
- emake || die
+ -e "s:/usr/local:${GAMES_PREFIX}:" Makefile \
+ || die "sed Makefile failed"
}
src_install() {
- make PREFIX=${D}/${GAMES_PREFIX} install || die "make install failed"
- dodoc BUGS ChangeLog FAQ TODO
+ make PREFIX="${D}/${GAMES_PREFIX}" install || die "make install failed"
+ dodoc BUGS ChangeLog FAQ TODO || die "dodoc failed"
prepgamesdirs
}