From owner-svn-ports-all@FreeBSD.ORG Mon Dec 10 11:41:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3E3355BD; Mon, 10 Dec 2012 11:41:36 +0000 (UTC) Date: Mon, 10 Dec 2012 11:41:36 +0000 From: Alexey Dokuchaev To: David Thiel Subject: Re: svn commit: r308588 - in head/devel/libowfat: . files Message-ID: <20121210114136.GQ34139@FreeBSD.org> References: <201212100649.qBA6nYEh044895@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201212100649.qBA6nYEh044895@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 11:41:36 -0000 On Mon, Dec 10, 2012 at 06:49:34AM +0000, David Thiel wrote: > New Revision: 308588 > URL: http://svnweb.freebsd.org/changeset/ports/308588 > > COMMENT= A general purpose library based on code by D. J. Bernstein You might consider dropping indefinite article from COMMENT next time you touch this file. > +.for i in ${MAN3} > + @${MV} ${WRKSRC}/*/${i:S/libowfat_//} ${WRKSRC}/man/${i} > +.endfor This construction is a bit hard to follow; perhaps it could be accompanied by a comment (or even simplified). ./danfe