diff options
author | 2004-03-10 17:31:31 +0000 | |
---|---|---|
committer | 2004-03-10 17:31:31 +0000 | |
commit | e75c5a87c8066229c865a63dae106e05ac5789c4 (patch) | |
tree | 4c277e2469e7443e5bfafafb6962f27079b39dc9 /games-misc/wtf | |
parent | sparc stable (diff) | |
download | gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.tar.gz gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.tar.bz2 gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.zip |
amd64 stable
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/wtf-20021005.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-misc/wtf/wtf-20021005.ebuild b/games-misc/wtf/wtf-20021005.ebuild index d619769258e9..030708d370e9 100644 --- a/games-misc/wtf/wtf-20021005.ebuild +++ b/games-misc/wtf/wtf-20021005.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.4 2004/02/22 20:32:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.5 2004/03/10 17:28:17 vapier Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://www.mu.org/~mux/wtf/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa ~amd64" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64" DEPEND=">=sys-apps/sed-4" RDEPEND="sys-apps/grep" @@ -19,14 +19,14 @@ src_unpack() { unpack ${A} sed -i \ -e "s:/usr/local/share/misc:${GAMES_DATADIR}/${PN}:" \ - ${S}/wtf || \ - die "sed wtf failed" + ${S}/wtf \ + || die "sed wtf failed" } src_install() { dogamesbin wtf || die "dogamesbin failed" - doman wtf.6 || die "doman failed" - insinto "${GAMES_DATADIR}/${PN}" + doman wtf.6 + insinto ${GAMES_DATADIR}/${PN} doins acronyms || die "doins failed" prepgamesdirs } |