From owner-svn-ports-all@FreeBSD.ORG Thu Nov 15 10:40:29 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A40A8A13 for ; Thu, 15 Nov 2012 10:40:29 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id CDC278FC1B for ; Thu, 15 Nov 2012 10:40:27 +0000 (UTC) Received: (qmail 42167 invoked from network); 15 Nov 2012 10:33:45 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 15 Nov 2012 10:33:45 -0000 Message-ID: <50A4C509.2060008@FreeBSD.org> Date: Thu, 15 Nov 2012 11:33:45 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121113 Firefox/16.0 SeaMonkey/2.13.2 MIME-Version: 1.0 To: Florian Smeets Subject: Re: svn commit: r307446 - head/www/xpi-colorfultabs References: <201211151016.qAFAGgQj064519@svn.freebsd.org> <20121115112221.ba4ce4e361a4fe5f627f0199@critical.ch> <50A4C343.7080501@smeets.im> In-Reply-To: <50A4C343.7080501@smeets.im> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, Emanuel Haupt , 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: Thu, 15 Nov 2012 10:40:29 -0000 Florian Smeets ha scritto: >>> +%%XPI_XPIDIR%%/chrome/.DS_Store >>> +%%XPI_XPIDIR%%/chrome/content/.DS_Store >> >> These two files are probably not needed. > > Yeah, i know. I saw them but decided to just add them to the plist, > rather than hacking up the Makefile with something to use find on the > WRKSRC and delete them. Are you aware of 'xpi-post-extract' target? Yes, you should use find and delete with it, but it's not a hack. -- Alex Dupre