From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:49:47 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 5306E16A50A; Fri, 2 Jul 2004 20:49:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3373843D1D; Fri, 2 Jul 2004 20:49:47 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KlIl5042781; Fri, 2 Jul 2004 20:47:18 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KlIB7042780; Fri, 2 Jul 2004 20:47:18 GMT (envelope-from eik) Message-Id: <200407022047.i62KlIB7042780@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 20:47:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.port.mk bsd.port.subdir.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: Fri, 02 Jul 2004 20:49:47 -0000 eik 2004-07-02 20:47:18 UTC FreeBSD src repository Modified files: share/mk bsd.port.mk bsd.port.subdir.mk Log: Enable testing of customized variants of bsd.port.mk and bsd.port.subdir.mk, without the overhead of an additional ports tree. Use make BSDPORTMK='${PORTSDIR}/My.Mk/bsd.port.mk' target and make BSDPORTSUBDIRMK='${PORTSDIR}/My.Mk/bsd.port.subdir.mk' target to build with the alternate versions. MFC after: 3 days Revision Changes Path 1.307 +2 -1 src/share/mk/bsd.port.mk 1.31 +2 -1 src/share/mk/bsd.port.subdir.mk