svn commit: r307447 - head/www/xpi-colorfultabs
Florian Smeets
flo at FreeBSD.org
Thu Nov 15 10:44:20 UTC 2012
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
More information about the svn-ports-all
mailing list