From owner-svn-ports-all@FreeBSD.ORG Thu Nov 15 10:44:20 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 292B3C2F; Thu, 15 Nov 2012 10:44:20 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 097318FC0C; Thu, 15 Nov 2012 10:44:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAFAiJgl067588; Thu, 15 Nov 2012 10:44:19 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAFAiJL7067586; Thu, 15 Nov 2012 10:44:19 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211151044.qAFAiJL7067586@svn.freebsd.org> From: Florian Smeets Date: Thu, 15 Nov 2012 10:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307447 - head/www/xpi-colorfultabs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:44:20 -0000 Author: flo Date: Thu Nov 15 10:44:19 2012 New Revision: 307447 URL: http://svnweb.freebsd.org/changeset/ports/307447 Log: Don't install .DS_store files Submitted by: many Requested by: many Feature safe: yes Modified: head/www/xpi-colorfultabs/Makefile head/www/xpi-colorfultabs/pkg-plist Modified: head/www/xpi-colorfultabs/Makefile ============================================================================== --- head/www/xpi-colorfultabs/Makefile Thu Nov 15 10:16:41 2012 (r307446) +++ head/www/xpi-colorfultabs/Makefile Thu Nov 15 10:44:19 2012 (r307447) @@ -13,5 +13,8 @@ COMMENT= Colors every tab in a different XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe} XPI_NUM= 1368 +xpi-post-extract: + @${FIND} ${WRKSRC} -name .DS_Store -delete + .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-colorfultabs/pkg-plist ============================================================================== --- head/www/xpi-colorfultabs/pkg-plist Thu Nov 15 10:16:41 2012 (r307446) +++ head/www/xpi-colorfultabs/pkg-plist Thu Nov 15 10:44:19 2012 (r307447) @@ -1,5 +1,3 @@ -%%XPI_XPIDIR%%/chrome/.DS_Store -%%XPI_XPIDIR%%/chrome/content/.DS_Store %%XPI_XPIDIR%%/chrome/content/bak.png %%XPI_XPIDIR%%/chrome/content/bkg.png %%XPI_XPIDIR%%/chrome/content/border.png