From owner-cvs-all@FreeBSD.ORG Sat Jan 22 00:29:34 2005 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 A431316A4CE; Sat, 22 Jan 2005 00:29:34 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6987843D46; Sat, 22 Jan 2005 00:29:34 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j0M0TYSE041128; Fri, 21 Jan 2005 16:29:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j0M0TYVj041121; Fri, 21 Jan 2005 16:29:34 -0800 (PST) (envelope-from obrien) Date: Fri, 21 Jan 2005 16:29:34 -0800 From: "David O'Brien" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, sf@FreeBSD.org Message-ID: <20050122002934.GD40959@dragon.nuxi.com> References: <200501171937.j0HJbmEc074480@repoman.freebsd.org> <86hdlf701f.wl%sf@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86hdlf701f.wl%sf@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 00:29:34 -0000 On Tue, Jan 18, 2005 at 02:56:28PM +0900, FUJISHIMA Satsuki wrote: > Thank you, but still not perfect. > Please use pre-su-install instead of pre-install to fix "make install" > by non-root user. 'pre-su-install' isn't documented in the FreeBSD Porter's Handbook so I don't "know" about it and don't want to use it. Someone needs to document these new fancy bsd.port.mk knobs so one knows when to use them and what contract they make to the user. 13.5 Changing pkg-plist based on make variables ..snip.. So if your port builds PLIST on the fly, do so in or before pre-install. > At Mon, 17 Jan 2005 19:37:47 +0000 (UTC), > > obrien 2005-01-17 19:37:47 UTC > > FreeBSD ports repository > > Modified files: > > emulators/linux_base-8 Makefile > > Log: > > Get the PLIST generation out of do-install and into pre-instal. -- -- David (obrien@FreeBSD.org)