From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 21:17:45 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 415FF16A4CE for ; Thu, 27 Jan 2005 21:17:45 +0000 (GMT) Received: from relay4.delfa.net (relay4.delfa.net [193.125.210.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A0A43D54 for ; Thu, 27 Jan 2005 21:17:44 +0000 (GMT) (envelope-from curtis@npc-usa.com) X-Envelope-To: Received: from [10.0.1.12] (dsl017-040-162.sea1.dsl.speakeasy.net [69.17.40.162]) (authenticated bits=0)j0RLHeDu009180 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Fri, 28 Jan 2005 00:17:42 +0300 Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: <35a68fd5e206aead5e7bf68780ec5496@npc-usa.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Curtis Vaughan Date: Thu, 27 Jan 2005 13:17:38 -0800 X-Mailer: Apple Mail (2.619.2) Subject: 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: Thu, 27 Jan 2005 21:17:45 -0000 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