From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 19:10:42 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 8D49116A4CF for ; Wed, 26 Jan 2005 19:10:42 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16C043D45 for ; Wed, 26 Jan 2005 19:10:41 +0000 (GMT) (envelope-from cavaughan@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so106735rne for ; Wed, 26 Jan 2005 11:10:41 -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=pqvU9lnXulbEK9ajC0SQ86VEDeWPa79FXSVpUG8NTUCzgg4nZYrJSNDPGkSgYEs0bNx7/c6f/lh5EvxZm6DNbnre0yBdtBesY2G8vDWrgtZhY9wowErb2nsn/zoDfiyPruAF/y0vwCRsSF9ItaUMSUQuot8UWSLcu/DdS3jhpkE= Received: by 10.38.209.66 with SMTP id h66mr52304rng; Wed, 26 Jan 2005 11:10:41 -0800 (PST) Received: from ?10.0.1.12? ([69.17.40.162]) by smtp.gmail.com with ESMTP id 70sm31664rnb.2005.01.26.11.10.40; Wed, 26 Jan 2005 11:10:41 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Curtis Vaughan Date: Wed, 26 Jan 2005 11:10:34 -0800 X-Mailer: Apple Mail (2.619) 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: Wed, 26 Jan 2005 19:10:42 -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