diff options
-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} \{} \; |