Date: Tue, 02 Jan 2007 00:51:01 -0500 From: Sahil Tandon <sahil@tandon.net> To: VeeJay <maanjee@gmail.com> Cc: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: how to fetch again a port from port distribution (ftp site)? Message-ID: <4599F2C5.6040600@tandon.net> In-Reply-To: <2cd0a0da0701012128o39987169vb6e48c89cac9a7ff@mail.gmail.com> References: <2cd0a0da0701012128o39987169vb6e48c89cac9a7ff@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
VeeJay wrote: > I was trying to install mysql from port collection. But during downloading > port from port distribution, my internet connection got broken for few > minuts... > > now when I run make again... it tries to compile uncomplete downloaded src > > how can I get rid of this pre-fetched src, remove it and > > how to fetch again a port from port distribution (ftp site) when src is > already downloaded once? Go into the port's directory and 'make distclean'; this will remove the sources you downloaded in /usr/ports/distfiles. Then just 'make install' to build again. -- Sahil Tandon <sahil@tandon.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4599F2C5.6040600>