diff options
author | Leo Lipelis <aeoo@gentoo.org> | 2002-01-26 03:50:10 +0000 |
---|---|---|
committer | Leo Lipelis <aeoo@gentoo.org> | 2002-01-26 03:50:10 +0000 |
commit | 055a8510873a9a34dfb207b361c51094fedbf5a0 (patch) | |
tree | 571b5fa51edd97d2132ab1bb0385494b228fda2a /app-editors/elvis | |
parent | oops, forgot to commit autofs.confd. (diff) | |
download | historical-055a8510873a9a34dfb207b361c51094fedbf5a0.tar.gz historical-055a8510873a9a34dfb207b361c51094fedbf5a0.tar.bz2 historical-055a8510873a9a34dfb207b361c51094fedbf5a0.zip |
typo fixed - s/mconf/myconf/
Diffstat (limited to 'app-editors/elvis')
-rw-r--r-- | app-editors/elvis/elvis-2.1.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/elvis/elvis-2.1.4-r1.ebuild b/app-editors/elvis/elvis-2.1.4-r1.ebuild index 1aa14a9cbeef..3540f4eb6737 100644 --- a/app-editors/elvis/elvis-2.1.4-r1.ebuild +++ b/app-editors/elvis/elvis-2.1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.1.4-r1.ebuild,v 1.2 2001/11/10 02:54:28 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.1.4-r1.ebuild,v 1.3 2002/01/26 03:50:10 aeoo Exp $ S=${WORKDIR}/elvis-2.1_4 DESCRIPTION="A vi/ex clone" @@ -16,9 +16,9 @@ src_compile() { local myconf if [ "`use X`" ]; then - mconf="--with-x" + myconf="--with-x" else - mconf="--without-x" + myconf="--without-x" fi try ./configure --bindir=${D}/usr/bin --datadir=${D}/usr/share/elvis ${myconf} cp Makefile Makefile.orig |