diff options
Diffstat (limited to 'app-editors/zile/zile-2.2.24.ebuild')
-rw-r--r-- | app-editors/zile/zile-2.2.24.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/app-editors/zile/zile-2.2.24.ebuild b/app-editors/zile/zile-2.2.24.ebuild index 422ea1e3b7c2..bd8e3cc5cfbe 100644 --- a/app-editors/zile/zile-2.2.24.ebuild +++ b/app-editors/zile/zile-2.2.24.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.24.ebuild,v 1.1 2006/12/06 18:27:42 opfer Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.24.ebuild,v 1.2 2007/08/22 10:33:59 ulm Exp $ DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://zile.sourceforge.net/" @@ -17,12 +15,7 @@ DEPEND="sys-libs/ncurses >=sys-apps/texinfo-4.3" PROVIDE="virtual/editor" -src_compile() { - econf || die - emake || die -} - src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS NEWS README THANKS + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README THANKS || die "dodoc failed" } |