summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-10-23 05:37:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-10-23 05:37:56 +0000
commit543331c7073bbf703ef6bc30b95505fc87fb837a (patch)
treede79f67a7fb94809df54fa0b664fb57d1be42ba7 /games-engines/frotz
parentOriginal package import of realtime-lsm: Linux security module used to author... (diff)
downloadgentoo-2-543331c7073bbf703ef6bc30b95505fc87fb837a.tar.gz
gentoo-2-543331c7073bbf703ef6bc30b95505fc87fb837a.tar.bz2
gentoo-2-543331c7073bbf703ef6bc30b95505fc87fb837a.zip
removed macos
Diffstat (limited to 'games-engines/frotz')
-rw-r--r--games-engines/frotz/frotz-2.43.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild
index dc5084b95c5f..8fd6ea58c2fe 100644
--- a/games-engines/frotz/frotz-2.43.ebuild
+++ b/games-engines/frotz/frotz-2.43.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.7 2004/09/16 01:59:38 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.8 2004/10/23 05:36:46 mr_bones_ Exp $
DESCRIPTION="Curses based interpreter for Z-code based text games"
HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
@@ -8,7 +8,7 @@ SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc amd64 macos ppc-macos"
+KEYWORDS="x86 ppc amd64 ppc-macos"
IUSE="oss alsa"
DEPEND="sys-libs/ncurses
@@ -22,10 +22,10 @@ src_compile() {
src_install () {
into /usr
- dobin frotz
+ dobin frotz || die "dobin failed"
doman frotz.6
dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY INSTALL NOTES README TODO
insinto /usr/share/${P}/
- doins frotz.conf-big frotz.conf-small
+ doins frotz.conf-big frotz.conf-small || die "doins failed"
}