summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-08-01 18:03:02 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-08-01 18:03:02 +0000
commit3488b2050c94d4ca4c6a117205c5e1f0c912c48f (patch)
treea6d5bae5e1b74428e8e56f0e7558acb1f36d3f73
parentUpdate to 4.3.1 (diff)
Limit DOS2UNIX to text files
PR: 159346 Submitted by: Barbara <barbara.xxx1975@libero.it> Pointy hat to: arved
Notes
Notes: svn path=/head/; revision=278734
-rw-r--r--www/xpi-live_http_headers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xpi-live_http_headers/Makefile b/www/xpi-live_http_headers/Makefile
index 93fc86520ed3..ec465ede0e1f 100644
--- a/www/xpi-live_http_headers/Makefile
+++ b/www/xpi-live_http_headers/Makefile
@@ -8,7 +8,7 @@
PORTNAME= live_http_headers
PORTVERSION= 0.17
DISTVERSIONSUFFIX= -fx+sm
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
PKGNAMEPREFIX= xpi-
@@ -36,6 +36,7 @@ XPI_DIRS= chrome/icons/default \
defaults
USE_DOS2UNIX= yes
+DOS2UNIX_REGEX= .*\.(js|rdf|txt)
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;