From 8cb6122d455491243ea933e9dd6e1c18497b9c91 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 18 Dec 2002 14:54:38 +0000 Subject: Changed econf||die to econf --- app-shells/tcsh/tcsh-6.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-shells/tcsh') diff --git a/app-shells/tcsh/tcsh-6.12.ebuild b/app-shells/tcsh/tcsh-6.12.ebuild index bb34f3d0a909..12ac9c03830d 100644 --- a/app-shells/tcsh/tcsh-6.12.ebuild +++ b/app-shells/tcsh/tcsh-6.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12.ebuild,v 1.2 2002/12/09 04:17:43 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12.ebuild,v 1.3 2002/12/18 14:51:39 vapier Exp $ MY_P="${PN}-${PV}.00" - DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz" -HOMEPAGE="http://www.tcsh.org" +HOMEPAGE="http://www.tcsh.org/" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc " @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - econf --prefix=/ || die "configure problem" + econf --prefix=/ emake || die "compile problem" } -- cgit v1.2.3-65-gdbad