summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-03 05:30:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-03 05:30:10 +0000
commita42f7c7504a804f057cdf696c5d11c4b9709bf95 (patch)
tree4c0d0b224b1e49a46a1e5662b0b37212b1b59019 /profiles/default-bsd
parentStable amd64 and sparc. Fixed modular X deps on older version. (diff)
downloadgentoo-2-a42f7c7504a804f057cdf696c5d11c4b9709bf95.tar.gz
gentoo-2-a42f7c7504a804f057cdf696c5d11c4b9709bf95.tar.bz2
gentoo-2-a42f7c7504a804f057cdf696c5d11c4b9709bf95.zip
Drop fetch command to download tarballs, now wget is in system.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r--profiles/default-bsd/fbsd/6.0/make.defaults4
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default-bsd/fbsd/6.0/make.defaults b/profiles/default-bsd/fbsd/6.0/make.defaults
index 3d4fb79e3039..5034034cc5e9 100644
--- a/profiles/default-bsd/fbsd/6.0/make.defaults
+++ b/profiles/default-bsd/fbsd/6.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2004-2005 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/6.0/make.defaults,v 1.1 2006/03/30 12:42:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/6.0/make.defaults,v 1.2 2006/04/03 05:30:10 flameeyes Exp $
# Note: CHOST must be *-gentoo-freebsd6.0, so that Gentoo can be recognized in
# ./configure files.
@@ -8,5 +8,3 @@
USE="readline usb"
-FETCHCOMMAND='/usr/bin/fetch -o "${DISTDIR}/${FILE}" "${URI}"'
-RESUMECOMMAND='/usr/bin/fetch -r -o "${DISTDIR}/${FILE}" "${URI}"'