From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 22:13:32 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 10E4A16A4DA for ; Wed, 2 Feb 2005 22:13:32 +0000 (GMT) Received: from rosewoodblues.com (complex.heavybit.com [216.127.86.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FDC43D1F for ; Wed, 2 Feb 2005 22:13:31 +0000 (GMT) (envelope-from ken@complex.heavybit.com) Received: from localhost (ken@localhost) by rosewoodblues.com (8.11.6/8.11.6) with ESMTP id j12MDVb12576 for ; Wed, 2 Feb 2005 14:13:31 -0800 Date: Wed, 2 Feb 2005 14:13:31 -0800 (PST) From: Ken Hawkins To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: make switch for alternate data directory on mysql???-server install 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, 02 Feb 2005 22:13:32 -0000 I know there is a switch for make install that will tell it where the database files will be held (mysql, test, etc...) and I thought it was; make DB_DIR=/some/other/dir install but this is not the case. how can i find out the switches for this and any other ports? thanks, ken;