diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 00:21:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 00:21:18 +0000 |
commit | 98c77ae72d13a934cf5fa23311c09eda51ca8201 (patch) | |
tree | a00df7b9292f508cef82cb5b300b2c272ad1a109 /games-misc/fortune-mod-bofh-excuses | |
parent | Mark 1.8.12 stable everywhere (diff) | |
download | historical-98c77ae72d13a934cf5fa23311c09eda51ca8201.tar.gz historical-98c77ae72d13a934cf5fa23311c09eda51ca8201.tar.bz2 historical-98c77ae72d13a934cf5fa23311c09eda51ca8201.zip |
IUSE
Diffstat (limited to 'games-misc/fortune-mod-bofh-excuses')
-rw-r--r-- | games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild index 391c1e066ccb..3fc1bd2f7b76 100644 --- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild +++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.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/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.5 2004/02/20 06:43:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.6 2004/05/04 00:21:18 mr_bones_ Exp $ DESCRIPTION="Excuses from Bastard Operator from Hell" HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450" @@ -9,10 +9,11 @@ SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64" +IUSE="" RDEPEND="games-misc/fortune-mod" -S=${WORKDIR}/${PN/mod-/} +S="${WORKDIR}/${PN/mod-/}" src_install() { insinto /usr/share/fortune |