From owner-svn-ports-head@FreeBSD.ORG Thu Mar 14 07:53:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4CFD21D1; Thu, 14 Mar 2013 07:53:30 +0000 (UTC) Date: Thu, 14 Mar 2013 07:53:30 +0000 From: Alexey Dokuchaev To: Jason Helfman Subject: Re: svn commit: r314117 - head/games/kye Message-ID: <20130314075330.GA94901@FreeBSD.org> References: <201303132159.r2DLx1QL092713@svn.freebsd.org> <20130314004930.GA16692@FreeBSD.org> <20130314070455.GA42406@hatter> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130314070455.GA42406@hatter> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Beech Rintoul , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 07:53:30 -0000 On Thu, Mar 14, 2013 at 12:04:55AM -0700, Jason Helfman wrote: > On Thu, Mar 14, 2013 at 12:49:30AM +0000, Alexey Dokuchaev thus spake: > >>@@ -27,13 +27,12 @@ USE_PYTHON= yes > >> USE_PYDISTUTILS= yes > >> NO_BUILD= yes > >> > >>-PORTDATA= * > >> PORTDOCS= NEWS README > > ^^^^^^^^^^^ > >>+%%PORTDOCS%%%%DOCSDIR%%/NEWS > >>+%%PORTDOCS%%%%DOCSDIR%%/README > > > >Shouldn't it break the tinderbuild? > > This should not break tinderbuild What makes you think so? I think that tindy will complain about nonexistent files upon package deletion. > as this is a PLIST_SUB, and it will translate to: > > share/doc/kye/NEWS > share/doc/kye/README Correct. That means, it now duplicates PORTDOCS set in the Makefile. ./danfe