From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:56:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B65516A4CE; Thu, 30 Dec 2004 23:56:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F7043D1D; Thu, 30 Dec 2004 23:56:13 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNuDD4051969; Thu, 30 Dec 2004 23:56:13 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNuDW3051968; Thu, 30 Dec 2004 23:56:13 GMT (envelope-from kris) Message-Id: <200412302356.iBUNuDW3051968@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 30 Dec 2004 23:56:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:56:14 -0000 kris 2004-12-30 23:56:13 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Rework MTREE_FILE handling from last commit: * Users may specify a nonstandard PREFIX to install somewhere. If they are trying to use an USE_X_PREFIX=yes port, install with BSD.x11*.dist. Otherwise, use BSD.local.dist. Ports that deliberately set a nonstandard PREFIX must also set NO_MTREE to avoid spamming their hierarchy with an inappropriate MTREE specfile. Pointed out by: krion Revision Changes Path 1.504 +5 -7 ports/Mk/bsd.port.mk