Date: Wed, 27 Mar 2002 04:31:16 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: William Evanson <evawil823@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Make Fetch resume (Is is possible to do...) Message-ID: <20020327023115.GA1898@hades.hell.gr> In-Reply-To: <F12a7ddhlHs46tfUDbb00008e1c@hotmail.com> References: <F12a7ddhlHs46tfUDbb00008e1c@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020327023115.GA1898>