diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 16:07:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 16:07:39 +0000 |
commit | d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7 (patch) | |
tree | 54cbb0770fff34b1018481bfcfab8800db6c41b8 /x11-misc/wmakerconf/wmakerconf-2.9.ebuild | |
parent | removed ~ from x86 (diff) | |
download | gentoo-2-d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7.tar.gz gentoo-2-d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7.tar.bz2 gentoo-2-d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7.zip |
lintool fixes
Diffstat (limited to 'x11-misc/wmakerconf/wmakerconf-2.9.ebuild')
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
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 . |