From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 19:18:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 726D816A41F for ; Thu, 5 Jan 2006 19:18:22 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EBE43D7B for ; Thu, 5 Jan 2006 19:18:08 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20060105191807.SVK8609.mta09-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com> for ; Thu, 5 Jan 2006 19:18:07 +0000 Received: from [192.168.0.10] (really [82.12.81.129]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20060105191807.PTCJ774.aamta12-winn.ispmail.ntl.com@[192.168.0.10]> for ; Thu, 5 Jan 2006 19:18:07 +0000 Message-ID: <43BD70ED.1000506@ntlworld.com> Date: Thu, 05 Jan 2006 19:18:05 +0000 From: Crispy Beef User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Compiling Ports... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 19:18:22 -0000 Am trying to get my head around the ports system, specifically custom options when compiling. For example I would like to install apache 2.2 under it's own dir in /usr/local, say /usr/local/apache22. If I was rolling my own version using the configure script I would do: ./configure prefix="/usr/local/apache22" With that everything would go into that dir, bin files, confs etc. etc. I understand how to make use of the options stuff WITH_ WITHOUT etc. it's just the installation prefix that's bugging me. Have I messed something simple here? Cheers, -- Paul