diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-05 09:38:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-05 09:38:56 +0000 |
commit | 4197e7e0c988a35e247f1111ba48090dee294870 (patch) | |
tree | 671535a7db92d28900ee1c2d4425ecdcd667bd9f /x11-misc/grun | |
parent | modernised (diff) | |
download | gentoo-2-4197e7e0c988a35e247f1111ba48090dee294870.tar.gz gentoo-2-4197e7e0c988a35e247f1111ba48090dee294870.tar.bz2 gentoo-2-4197e7e0c988a35e247f1111ba48090dee294870.zip |
modernised
Diffstat (limited to 'x11-misc/grun')
-rw-r--r-- | x11-misc/grun/grun-0.9.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild index b8839863eb58..ca49721e980d 100644 --- a/x11-misc/grun/grun-0.9.2.ebuild +++ b/x11-misc/grun/grun-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.5 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.6 2002/08/05 09:38:56 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GTK/X11 application launcher with nice features such as a history" @@ -36,10 +36,8 @@ src_compile() { if [ -z ${TERM} ] ; then TERM=xterm fi - ./configure --prefix=/usr \ - --host=${CHOST} \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + + econf \ --enable-testfile \ --with-default-xterm=${TERM} \ --enable-associations \ |