From owner-freebsd-ports@FreeBSD.ORG Thu Sep 2 13:28:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C65416A4CE for ; Thu, 2 Sep 2004 13:28:42 +0000 (GMT) Received: from torres.uwaterloo.ca (torres.cs.uwaterloo.ca [129.97.15.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43A643D5C for ; Thu, 2 Sep 2004 13:28:41 +0000 (GMT) (envelope-from mike.patterson@unb.ca) Received: from [127.0.0.1] (torres [129.97.15.126]) by torres.uwaterloo.ca (8.12.10/8.12.10) with ESMTP id i82DSoHi076554 for ; Thu, 2 Sep 2004 09:28:51 -0400 (EDT) (envelope-from mike.patterson@unb.ca) Message-ID: <41372013.2070203@unb.ca> Date: Thu, 02 Sep 2004 09:28:51 -0400 From: Mike User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Thunderbird/0.7.3 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: PREFIX "cleverness" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 13:28:42 -0000 (I tried posting this yesterday, apparently to no avail, so apologies if this is a repost.) I use quotation marks because I'm not certain what I intend to do is clever, really, but it would make my life a lot easier. I'm trying to make ports install themselves to something like PREFIX/portname/, so that libtool15's binary would be PREFIX/libtool15/bin and its man pages would be PREFIX/libtool15/man, etc. A quick read through the handbook and bsd.ports.mk imply that there's no current way to do it, but perhaps I missed something. I'd be willing to try hacking up Mk bits (either for committing or just for myself). Or am I insane for wanting to force ports infrastructure to conform to this sort of localism? Mike