diff options
Diffstat (limited to 'app-editors/levee')
-rw-r--r-- | app-editors/levee/Manifest | 2 | ||||
-rw-r--r-- | app-editors/levee/levee-3.4o.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/levee/Manifest b/app-editors/levee/Manifest index 09f8962f47a1..3a097239f5b2 100644 --- a/app-editors/levee/Manifest +++ b/app-editors/levee/Manifest @@ -1,3 +1,3 @@ MD5 d555c51b805307d8a213b06aebeb9d48 ChangeLog 742 -MD5 3f41e826758fa09dfba3873a1e28e2b2 levee-3.4o.ebuild 707 +MD5 68c5978ba4f999f2493a2d9136155919 levee-3.4o.ebuild 664 MD5 3be49a04d398eccd04b4394005806b69 files/digest-levee-3.4o 56 diff --git a/app-editors/levee/levee-3.4o.ebuild b/app-editors/levee/levee-3.4o.ebuild index 668c3ab1a1f2..b5271dc6d4bd 100644 --- a/app-editors/levee/levee-3.4o.ebuild +++ b/app-editors/levee/levee-3.4o.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/levee/levee-3.4o.ebuild,v 1.12 2003/02/10 11:09:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.4o.ebuild,v 1.13 2003/10/24 12:55:26 aliz Exp $ IUSE="" @@ -16,8 +16,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="sys-libs/ncurses" src_compile() { - sed -e "/^CFLAGS/ s:-O:${CFLAGS}:" < Makefile > Makefile.out - mv Makefile.out Makefile + sed -i -e "/^CFLAGS/ s:-O:${CFLAGS}:" Makefile make LIBES=-lncurses || die } |