From owner-cvs-ports@FreeBSD.ORG Sat Apr 26 08:49:14 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 05678106567E; Sat, 26 Apr 2008 08:49:14 +0000 (UTC) Date: Sat, 26 Apr 2008 08:49:14 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20080426084913.GA38431@FreeBSD.org> References: <200804252216.m3PMGpSQ004165@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200804252216.m3PMGpSQ004165@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/fakeroot/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 08:49:14 -0000 On Fri, Apr 25, 2008 at 10:16:50PM +0000, Pav Lucistnik wrote: > pav 2008-04-25 22:16:50 UTC > > FreeBSD ports repository > > Added files: > security/fakeroot/files patch-configure > Log: > - Fix build on -CURRENT (typo in configure script) Mere inplace sed(1) would probably suite more here, provided there's already pre-configure: target to patch up configure script. ./danfe