diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-18 01:36:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-18 01:36:36 +0000 |
commit | 16387f2a12cb450a2817e24cb59086b41e3e11d8 (patch) | |
tree | b30fd9ddc63a9fe6353e711cb9743bdb18b541be /games-strategy | |
parent | Marked stable on amd64 for bug #174808 (diff) | |
download | gentoo-2-16387f2a12cb450a2817e24cb59086b41e3e11d8.tar.gz gentoo-2-16387f2a12cb450a2817e24cb59086b41e3e11d8.tar.bz2 gentoo-2-16387f2a12cb450a2817e24cb59086b41e3e11d8.zip |
more quotes
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/tornado/tornado-1.3.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games-strategy/tornado/tornado-1.3.ebuild b/games-strategy/tornado/tornado-1.3.ebuild index ddd7d3d43066..fecf25abaaba 100644 --- a/games-strategy/tornado/tornado-1.3.ebuild +++ b/games-strategy/tornado/tornado-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.3.ebuild,v 1.5 2005/05/14 18:51:10 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.3.ebuild,v 1.6 2007/04/18 01:36:36 mr_bones_ Exp $ inherit games @@ -10,28 +10,30 @@ SRC_URI="http://home.kcore.de/~kiza/linux/tornado/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.3" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "s:/usr/local:/usr:" \ -e "s:-O2:${CFLAGS}:" \ - Makefile || die "sed Makefile failed" + Makefile \ + || die "sed failed" sed -i \ -e "s:PREFIX/bin:${GAMES_BINDIR}:" \ -e "s:PREFIX/man:/usr/man:" \ -e "s:/usr/local:/usr:" \ - doc/man/tornado.6.in || die "sed doc/man/tornado.6 failed" + doc/man/tornado.6.in \ + || die "sed failed" } src_install() { - dogamesbin tornado || die + dogamesbin tornado || die "dogamesbin failed" doman doc/man/tornado.6 dodoc AUTHOR CREDITS Changelog README TODO insinto "${GAMES_STATEDIR}" |