From owner-freebsd-ports@FreeBSD.ORG Thu Feb 1 19:17:27 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 EFA7916A401 for ; Thu, 1 Feb 2007 19:17:27 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id CC91E13C4B2 for ; Thu, 1 Feb 2007 19:17:27 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l11JHRDV083841 for ; Thu, 1 Feb 2007 11:17:27 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l11JHRb2083840 for ports@freebsd.org; Thu, 1 Feb 2007 11:17:27 -0800 (PST) (envelope-from rizzo) Date: Thu, 1 Feb 2007 11:17:27 -0800 From: Luigi Rizzo To: ports@freebsd.org Message-ID: <20070201111727.B83474@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: /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:17:28 -0000 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... cheers luigi