summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-20 04:52:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-20 04:52:46 +0000
commit9345df1c285e7889296256431f055794f9f394a3 (patch)
tree8def800c3ce3551892b02a4d71334d343d4f72c0 /app-misc/obexftp
parentnew package: tcc - tiny C interpreter (diff)
downloadhistorical-9345df1c285e7889296256431f055794f9f394a3.tar.gz
historical-9345df1c285e7889296256431f055794f9f394a3.tar.bz2
historical-9345df1c285e7889296256431f055794f9f394a3.zip
fixed a typo
Diffstat (limited to 'app-misc/obexftp')
-rw-r--r--app-misc/obexftp/obexftp-0.9.2.ebuild9
1 files changed, 2 insertions, 7 deletions
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
}