diff options
Diffstat (limited to 'app-editors/jed/jed-0.99.16.ebuild')
-rw-r--r-- | app-editors/jed/jed-0.99.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/jed/jed-0.99.16.ebuild b/app-editors/jed/jed-0.99.16.ebuild index 73952696a1e0..fce6c32696ce 100644 --- a/app-editors/jed/jed-0.99.16.ebuild +++ b/app-editors/jed/jed-0.99.16.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/jed/jed-0.99.16.ebuild,v 1.3 2003/02/13 06:41:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16.ebuild,v 1.4 2003/09/05 23:05:05 msterret Exp $ IUSE="X gpm" @@ -35,7 +35,7 @@ src_compile() { -e 's/#MOUSELIB/MOUSELIB/' \ -e 's/#GPMMOUSEO/GPMMOUSEO/' \ -e 's/#OBJGPMMOUSEO/OBJGPMMOUSEO/' \ - Makefile.orig > Makefile + Makefile.orig > Makefile cd ${S} fi |