From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 05:32:59 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 37E9316A4CE for ; Mon, 2 Feb 2004 05:32:59 -0800 (PST) Received: from munk.nu (mail.munk.nu [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8423643D3F for ; Mon, 2 Feb 2004 05:32:55 -0800 (PST) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.30; FreeBSD) id 1AneC5-000PIW-3u; Mon, 02 Feb 2004 13:32:53 +0000 Date: Mon, 2 Feb 2004 13:32:53 +0000 From: Jez Hancock To: Rishi Chopra Message-ID: <20040202133253.GA96417@users.munk.nu> Mail-Followup-To: Rishi Chopra , questions@freebsd.org References: <401E4CA4.2010206@cal.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <401E4CA4.2010206@cal.berkeley.edu> User-Agent: Mutt/1.4.1i Sender: Jez Hancock cc: questions@freebsd.org Subject: Re: Removing 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: Mon, 02 Feb 2004 13:32:59 -0000 On Mon, Feb 02, 2004 at 05:12:04AM -0800, Rishi Chopra wrote: > My understanding is that 'make deinstall' only removes the port from the > "ports database" - is there any way to actually remove all of the > files associated with a particular port? See the ports(7) manpage. 'make deinstall' effectively 'uninstalls' the application and all associated files and dirs, but only if those files/dirs haven't changed since the application was first installed. To make sure you clean out the port's working directory (where the port is built etc), as well as uninstalling the application - add the 'clean' target to the make command: make clean deinstall -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/ - ipfw peruser traffic logging