diff options
Diffstat (limited to 'net-misc/gyach/gyach-0.7.5.ebuild')
-rw-r--r-- | net-misc/gyach/gyach-0.7.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gyach/gyach-0.7.5.ebuild b/net-misc/gyach/gyach-0.7.5.ebuild index dbe03e2eeec1..c2c1deab9344 100644 --- a/net-misc/gyach/gyach-0.7.5.ebuild +++ b/net-misc/gyach/gyach-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gyach/gyach-0.7.5.ebuild,v 1.8 2003/02/13 14:52:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gyach/gyach-0.7.5.ebuild,v 1.9 2003/09/05 22:01:48 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+-based Yahoo! chat client" @@ -18,6 +18,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr install || die + make prefix=${D}/usr install || die dodoc AUTHORS BUGS COPYING ChangeLog NEWS README* TODO } |