From d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7 Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Thu, 17 Oct 2002 16:07:39 +0000 Subject: lintool fixes --- x11-misc/wmakerconf/wmakerconf-2.9.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'x11-misc/wmakerconf/wmakerconf-2.9.ebuild') diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild index 46af4f79a1a2..160312ae664f 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.7 2002/10/05 05:39:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.8 2002/10/17 16:07:39 aliz Exp $ IUSE="nls gnome imlib perl" @@ -33,10 +33,10 @@ src_compile() { use gnome || myconf="${myconf} --without-gnome" - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - --sysconfdir=/etc \ + ./configure \ + --prefix=/usr \ + --host=${CHOST} \ + --sysconfdir=/etc \ ${myconf} || die emake || die @@ -44,10 +44,10 @@ src_compile() { src_install() { - make \ - prefix=${D}/usr \ - GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ - install || die + make \ + prefix=${D}/usr \ + GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ + install || die dodoc README MANUAL AUTHORS TODO COPYING ChangeLog dohtml -r . -- cgit v1.2.3-65-gdbad