From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 00:14:17 2005 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 8AFFE16A4EA for ; Tue, 1 Feb 2005 00:14:17 +0000 (GMT) Received: from out014.verizon.net (out014pub.verizon.net [206.46.170.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E6F443D55 for ; Tue, 1 Feb 2005 00:14:12 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out014.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050201001354.FIZD28388.out014.verizon.net@ringworm.mechee.com> for ; Mon, 31 Jan 2005 18:13:54 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 65FD42CE741; Mon, 31 Jan 2005 16:08:53 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Mon, 31 Jan 2005 16:08:52 -0800 User-Agent: KMail/1.7.1 References: <272c4032827f51a841a6f834a17d1565@gmail.com> In-Reply-To: <272c4032827f51a841a6f834a17d1565@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501311608.52316.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out014.verizon.net from [4.26.84.7] at Mon, 31 Jan 2005 18:13:32 -0600 Subject: Re: removing phpMyAdmin 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: Tue, 01 Feb 2005 00:14:17 -0000 On Monday 31 January 2005 04:00 pm, Curtis Vaughan wrote: > Well, I wanted to remove phpMyAdmin from my 5.3 server. Usually I > would just go to the port location under /usr/ports/ and type make > deinstall. However, phpMyAdmin apparently isn't here anymore. I don't > even know exactly where it should be be but judging by freebsd's > website, it should be under /usr/ports/www/ but it's not. In fact a > locate and find for phpMyAdmin turns up nothing in the /usr/ports/ > directory, except under /usr/ports/distfiles which is, of course, not > what I need. > > Has phpMyAdmin been removed or has an update of ports gone astray? > > Curtis > Look at the bottom of /usr/ports/MOVED. To remove a port after it's directory has disappeared just ls /var/db/pkg, look for a directory with the name of the port you want to remove then run: pkg_delete -f /var/db/pkg/{portNameToBeRemoved} -Mike > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"