diff options
author | arved <arved@FreeBSD.org> | 2011-08-02 02:03:02 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-08-02 02:03:02 +0800 |
commit | cc4ec320b1a556eb25c4ce520c874d8281f189ff (patch) | |
tree | c3c047c0333b3bbdcbe9b2c9ecf9eaa96a9af688 /www | |
parent | 95610362dd7e059b3b4b2652f7bf3d970d253d20 (diff) | |
download | freebsd-ports-gnome-cc4ec320b1a556eb25c4ce520c874d8281f189ff.tar.gz freebsd-ports-gnome-cc4ec320b1a556eb25c4ce520c874d8281f189ff.tar.zst freebsd-ports-gnome-cc4ec320b1a556eb25c4ce520c874d8281f189ff.zip |
Limit DOS2UNIX to text files
PR: 159346
Submitted by: Barbara <barbara.xxx1975@libero.it>
Pointy hat to: arved
Diffstat (limited to 'www')
-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} \{} \; |