From 9345df1c285e7889296256431f055794f9f394a3 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sat, 20 Jul 2002 04:52:46 +0000 Subject: fixed a typo --- app-misc/obexftp/obexftp-0.9.2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'app-misc/obexftp') diff --git a/app-misc/obexftp/obexftp-0.9.2.ebuild b/app-misc/obexftp/obexftp-0.9.2.ebuild index a55451679c7e..96a5b5a210a2 100644 --- a/app-misc/obexftp/obexftp-0.9.2.ebuild +++ b/app-misc/obexftp/obexftp-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/app-misc/obexftp/obexftp-0.9.2.ebuild,v 1.1 2002/07/18 01:55:11 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/obexftp/obexftp-0.9.2.ebuild,v 1.2 2002/07/20 04:52:46 seemant Exp $ S=${WORKDIR}/${P} @@ -15,14 +15,9 @@ KEYWORDS="x86" DEPEND=">=dev-libs/glib-1.2 >=dev-libs/openobex-0.9.8" -RDEPEND="${DE{END}" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" emake || die } -- cgit v1.2.3-65-gdbad