Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 10:44:19 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307447 - head/www/xpi-colorfultabs
Message-ID:  <201211151044.qAFAiJL7067586@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211151044.qAFAiJL7067586>