From 1d30b4c2e15d5e229523315def8712e1235256d6 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 5 Sep 2003 23:05:08 +0000 Subject: whitespace cleanup --- app-editors/joe/joe-2.9.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-editors/joe/joe-2.9.8.ebuild') diff --git a/app-editors/joe/joe-2.9.8.ebuild b/app-editors/joe/joe-2.9.8.ebuild index 5220cb24da7e..b090bd060ae9 100644 --- a/app-editors/joe/joe-2.9.8.ebuild +++ b/app-editors/joe/joe-2.9.8.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/app-editors/joe/joe-2.9.8.ebuild,v 1.2 2003/07/08 00:32:45 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8.ebuild,v 1.3 2003/09/05 23:05:05 msterret Exp $ IUSE="" @@ -18,12 +18,12 @@ DEPEND=">=sys-libs/ncurses-5.2-r2" PROVIDE="virtual/editor" -src_compile() { +src_compile() { econf || die make || die } -src_install() { +src_install() { einstall || die dodoc COPYING INFO LIST README TODO VERSION } -- cgit v1.2.3-65-gdbad