From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 10:04:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6082116A4CE for ; Wed, 3 Mar 2004 10:04:20 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-85.apple.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E29543D46 for ; Wed, 3 Mar 2004 10:04:20 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i23I4Jjm026001; Wed, 3 Mar 2004 10:04:19 -0800 (PST) Received: from [10.1.1.193] ([199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id i23I4Ilf019261; Wed, 3 Mar 2004 10:04:19 -0800 (PST) In-Reply-To: <47713.208.253.246.93.1078336827.squirrel@www.ValueDJ.com> References: <26675.208.253.246.93.1078333190.squirrel@www.ValueDJ.com> <20040303173239.GD34093@happy-idiot-talk.infracaninophile.co.uk> <47713.208.253.246.93.1078336827.squirrel@www.ValueDJ.com> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <390718FA-6D3D-11D8-85AD-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 3 Mar 2004 13:04:32 -0500 To: whizkid@ValueDJ.com X-Mailer: Apple Mail (2.612) cc: Free BSD Questions list Subject: Re: Installing Squirrel Mail from the Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 18:04:20 -0000 On Mar 3, 2004, at 1:00 PM, whizkid@ValueDJ.com wrote: > what I can do to get the port downloaded again? or how can I clean up > after a failed install? "make clean" is the most thorough procedure-- it will also clean dependencies of the current port-- or you could simply delete the work subdirectory... -- -Chuck