From owner-freebsd-questions@FreeBSD.ORG Tue Jul 1 03:47:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB6E81065671 for ; Tue, 1 Jul 2008 03:47:28 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id B04228FC2F for ; Tue, 1 Jul 2008 03:47:28 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 7954F1CDE8 for ; Mon, 30 Jun 2008 20:47:28 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id Rkmj16fdOCE8 for ; Mon, 30 Jun 2008 20:47:26 -0700 (PDT) Date: Mon, 30 Jun 2008 23:47:23 -0400 From: Sahil Tandon To: freebsd-questions@freebsd.org Message-ID: <20080701034723.GA20712@shepherd> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: Making changes to ports default install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 03:47:28 -0000 Tim DeBoer wrote: > I've been working on a new server, and I'd like to install apache from ports > to make maintenance easier. > The problem is the default layout drives me nuts. I'd like to use a more > intuitive layout. Is it possible to pass a custom layout file during make > build? Something like make build WITH_LAYOUT=/path/to/layout/file or > something along those lines? Look into --enable-layout. See the various options in config.layout; if none of them suit you, you can add your custom rules. I believe you can also point to a file that contains your custom layout if you are uncomfortable editing the config.layout. [...] -- Sahil Tandon