diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-08-01 18:03:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-08-01 18:03:02 +0000 |
commit | 3488b2050c94d4ca4c6a117205c5e1f0c912c48f (patch) | |
tree | a6d5bae5e1b74428e8e56f0e7558acb1f36d3f73 /www/xpi-live_http_headers | |
parent | 1df91c7b109c6a14a6600f71a4183de9f9856773 (diff) |
Notes
Diffstat (limited to 'www/xpi-live_http_headers')
-rw-r--r-- | www/xpi-live_http_headers/Makefile | 3 |
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} \{} \; |