diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-12 04:48:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-12 04:48:09 +0000 |
commit | cae5724fd45c0a92984bc690debc372d41d015d3 (patch) | |
tree | b23efdcfa49e71c5458ed397a586e4aad766796a /x11-wm | |
parent | updated BSD license, thanks to SpanKY (diff) | |
download | historical-cae5724fd45c0a92984bc690debc372d41d015d3.tar.gz historical-cae5724fd45c0a92984bc690debc372d41d015d3.tar.bz2 historical-cae5724fd45c0a92984bc690debc372d41d015d3.zip |
using econf
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild index 43a6cfdba2fe..44c15f8faeb2 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.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-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild,v 1.6 2002/08/07 03:02:59 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild,v 1.7 2002/08/12 04:48:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window Maker" @@ -67,9 +67,7 @@ src_compile() { && myconf="${myconf} --enable-sound" \ || myconf="${myconf} --disable-sound" - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ + econf \ --sysconfdir=/etc/X11 \ --localstatedir=/var/state/WindowMaker \ --with-x \ |