From owner-freebsd-questions Tue Mar 26 18:31:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 78A5D37B404 for ; Tue, 26 Mar 2002 18:31:19 -0800 (PST) Received: from hades.hell.gr (patr530-a191.otenet.gr [212.205.215.191]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2R2VGvD023781; Wed, 27 Mar 2002 04:31:17 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2R2VGV1001933; Wed, 27 Mar 2002 04:31:16 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2R2VGcM001932; Wed, 27 Mar 2002 04:31:16 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 27 Mar 2002 04:31:16 +0200 From: Giorgos Keramidas To: William Evanson Cc: freebsd-questions@freebsd.org Subject: Re: Make Fetch resume (Is is possible to do...) Message-ID: <20020327023115.GA1898@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-26 20:26, William Evanson wrote: > Another question about using wget for make fetch... > I put a line like this in my make.conf file > FETCH_CMD="/usr/local/bin/wget -v" and it did not > like this command. Do I have to put my options inside > of <> for it to work. Any ideas. It worked for > me to have it without any options. Don't quote. For an example of setting FETCH_CMD, you can look at /usr/ports/Mk/bsd.port.mk (where it's set conditionally). FETCH_CMD= /usr/local/bin/wget -c should be enough. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message