From owner-svn-ports-all@freebsd.org Fri Oct 16 17:20:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2574A16BAB; Fri, 16 Oct 2015 17:20:42 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE75EC1; Fri, 16 Oct 2015 17:20:41 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.23] (51.Red-83-54-24.dynamicIP.rima-tde.net [83.54.24.51]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id BE7E443CA4; Fri, 16 Oct 2015 12:20:39 -0500 (CDT) Subject: Re: svn commit: r399493 - head/x11-themes/cursor-dmz-aa-theme To: Alexey Dokuchaev , John Marino References: <201510161712.t9GHC1QH004990@repo.freebsd.org> <20151016171755.GA12029@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <562131E5.3000400@marino.st> Date: Fri, 16 Oct 2015 19:20:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20151016171755.GA12029@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 16 Oct 2015 17:20:42 -0000 On 10/16/2015 7:17 PM, Alexey Dokuchaev wrote: > On Fri, Oct 16, 2015 at 05:12:01PM +0000, John Marino wrote: >> New Revision: 399493 >> URL: https://svnweb.freebsd.org/changeset/ports/399493 >> >> [...] >> + @${MKDIR} ${STAGEDIR}${DATADIR} >> + (cd ${WRKSRC} && ${INSTALL_DATA} index.theme \ >> + ${STAGEDIR}${DATADIR}) > > Can we please please please stop cd'ing when installing a single file? I can't catch all the quirks and you are free to do as many of tkato's PRs as you want to your exact specifications. They've been sitting in the hopper for 4 months. If I get 75% of the quirks I'm happy enough.