From owner-freebsd-ports@FreeBSD.ORG Thu Feb 1 19:21:03 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90E1B16A400 for ; Thu, 1 Feb 2007 19:21:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 880C413C478 for ; Thu, 1 Feb 2007 19:21:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6757F1A4D87; Thu, 1 Feb 2007 11:21:03 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9741B5164A; Thu, 1 Feb 2007 14:20:51 -0500 (EST) Date: Thu, 1 Feb 2007 14:20:51 -0500 From: Kris Kennaway To: Luigi Rizzo Message-ID: <20070201192051.GA72926@xor.obsecurity.org> References: <20070201111727.B83474@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070201111727.B83474@xorpc.icir.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: /usr/local/share/mk ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 19:21:03 -0000 On Thu, Feb 01, 2007 at 11:17:27AM -0800, Luigi Rizzo wrote: > I have a port (the one mentioned in my previous msg) > which needs to install its own make's include file, > bsd.linux_kmod.mk , and I thought that there was > a system-wide place such as ${PREFIX}/share/mk > where the port could install the file in the first place, > and where make would look for it by default. > > But apparently i was wrong on both things... > Now maybe the extra search path can be set with some > system-wide option in /etc/make.conf (through .PATH ?) > but then the problem to settle on one a name > for /usr/local/share/mk remains... You're right that there is no support for this. Can you explain why you need it? Kris