From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 15:34:18 2003 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 8010816A4BF for ; Fri, 5 Sep 2003 15:34:18 -0700 (PDT) Received: from ohsmtp03.ogw.rr.com (ohsmtp03.ogw.rr.com [65.24.7.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732354400D for ; Fri, 5 Sep 2003 15:34:17 -0700 (PDT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) by ohsmtp03.ogw.rr.com (8.12.5/8.12.2) with SMTP id h85MYG0n012182 for ; Fri, 5 Sep 2003 18:34:16 -0400 (EDT) Message-ID: <000501c373fc$2dfb69b0$0200a8c0@satellite> From: "dave" To: Date: Fri, 5 Sep 2003 18:22:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: customizing the apache2 port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 22:34:18 -0000 Hello, I'd like to customize the apache2 port install. I'd like to use my own layout file and to add some additional compile-time options. I've catted my custom layout file on to the end of work/httpd-2.0.47/config.layout and changed the layout option in the Makefile to reflect that change and added in my options. It works fine, installs, but puts the binaries in /usr/local/sbin not where i want them to go, and when i try to remove the port the removal process is looking in the default locations for files, which of course are not there. IF anyone has done this please let me know. Thanks. Dave.