summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-10-20 22:00:14 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-10-20 22:00:14 +0000
commit94ae757e6c71330047ef051998642f6d93d9aaef (patch)
tree3f3f35381ba1335f6115a04fa4461844d5026f13 /net-misc/snarf/snarf-7.0-r2.ebuild
parentstable on alpha (diff)
downloadgentoo-2-94ae757e6c71330047ef051998642f6d93d9aaef.tar.gz
gentoo-2-94ae757e6c71330047ef051998642f6d93d9aaef.tar.bz2
gentoo-2-94ae757e6c71330047ef051998642f6d93d9aaef.zip
works fine with parallel build, s/make/emake/
Diffstat (limited to 'net-misc/snarf/snarf-7.0-r2.ebuild')
-rw-r--r--net-misc/snarf/snarf-7.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/snarf/snarf-7.0-r2.ebuild b/net-misc/snarf/snarf-7.0-r2.ebuild
index 0143202166e0..cbc0dff57a89 100644
--- a/net-misc/snarf/snarf-7.0-r2.ebuild
+++ b/net-misc/snarf/snarf-7.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.4 2003/10/20 21:57:27 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.5 2003/10/20 22:00:07 taviso Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A full featured small web-spider"
@@ -20,7 +20,7 @@ src_unpack() {
src_compile() {
econf || die
- make || die
+ emake || die
}
src_install() {