diff options
Diffstat (limited to 'net-nds/gq/gq-0.6.0.ebuild')
-rw-r--r-- | net-nds/gq/gq-0.6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/gq/gq-0.6.0.ebuild b/net-nds/gq/gq-0.6.0.ebuild index 15dbf4b16d51..5735b4612327 100644 --- a/net-nds/gq/gq-0.6.0.ebuild +++ b/net-nds/gq/gq-0.6.0.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-nds/gq/gq-0.6.0.ebuild,v 1.5 2003/07/13 16:48:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/gq/gq-0.6.0.ebuild,v 1.6 2003/09/07 00:16:08 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK-based LDAP client" @@ -26,14 +26,14 @@ src_compile() { || myconf="${myconf} --disable-nls" use kerberos && myconf="${myconf} --with-kerberos-prefix=/usr" - + econf $myconf || die "./configure failed" - + emake || die "Compilation failed" } src_install() { einstall || die "Installation failed" - + dodoc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* TODO } |