diff options
Diffstat (limited to 'games-board/gnugo/gnugo-3.4.ebuild')
-rw-r--r-- | games-board/gnugo/gnugo-3.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-board/gnugo/gnugo-3.4.ebuild b/games-board/gnugo/gnugo-3.4.ebuild index 77cf8e1992b8..0e73776f5f39 100644 --- a/games-board/gnugo/gnugo-3.4.ebuild +++ b/games-board/gnugo/gnugo-3.4.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-board/gnugo/gnugo-3.4.ebuild,v 1.2 2004/01/19 11:39:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.4.ebuild,v 1.3 2004/02/05 22:17:37 mr_bones_ Exp $ inherit games @@ -8,9 +8,10 @@ DESCRIPTION="A Go-playing program" SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc alpha" LICENSE="GPL-2" SLOT="0" +IUSE="" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r3" @@ -21,7 +22,8 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO \ + || die "dodoc failed" prepgamesdirs } |