From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 00:01:07 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 57A4716A4CE for ; Tue, 1 Feb 2005 00:01:07 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA70643D41 for ; Tue, 1 Feb 2005 00:01:06 +0000 (GMT) (envelope-from cavaughan@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so917766rne for ; Mon, 31 Jan 2005 16:01:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=PqJsPWnVaO2WAjGD95jxM2T92ZGqEWldx64D/2EbQI72xv7Jib1bup1D/zAQKem2l9zRKwU3Moj9f7IEYLGS6W9uWu7msfIx+kgUKkkvz0IjiRdqFLM4PLf+24ii+zZB2CyqcfXbzHoTtfz+7FhMjfdkw4Q0MSMoXongBw19b+4= Received: by 10.38.126.36 with SMTP id y36mr55069rnc; Mon, 31 Jan 2005 16:01:06 -0800 (PST) Received: from ?10.0.1.12? ([69.17.40.162]) by smtp.gmail.com with ESMTP id 70sm331016rnb.2005.01.31.16.01.05; Mon, 31 Jan 2005 16:01:06 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: <272c4032827f51a841a6f834a17d1565@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Curtis Vaughan Date: Mon, 31 Jan 2005 16:00:57 -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: Tue, 01 Feb 2005 00:01:07 -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