summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/axel/axel-1.0b.ebuild')
-rw-r--r--net-misc/axel/axel-1.0b.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/axel/axel-1.0b.ebuild b/net-misc/axel/axel-1.0b.ebuild
index b210b2d90023..3394eb3325d7 100644
--- a/net-misc/axel/axel-1.0b.ebuild
+++ b/net-misc/axel/axel-1.0b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0b.ebuild,v 1.4 2005/04/11 20:29:56 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0b.ebuild,v 1.5 2005/05/10 12:45:01 taviso Exp $
DESCRIPTION="light Unix download accelerator"
HOMEPAGE="http://wilmer.gaast.net/main.php/axel.html"
@@ -16,8 +16,9 @@ DEPEND="virtual/libc"
src_compile() {
local myconf
- use debug && myconf="--debug=1 --strip=0"
+ use debug && myconf="--debug=1"
econf \
+ --strip=0 \
--etcdir=/etc \
${myconf} \
|| die