diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-12-10 23:55:05 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-12-10 23:55:05 +0000 |
commit | b8e954621212dd078218c9ae8bdc5e0a32ef76b7 (patch) | |
tree | d3fc2c2f24b16e83e91f206ef957abb0d997db02 /www/trac-tweakui | |
parent | d48640c19ade54810a695b3a5a25db3eb7c3a15d (diff) | |
download | ports-b8e954621212dd078218c9ae8bdc5e0a32ef76b7.tar.gz ports-b8e954621212dd078218c9ae8bdc5e0a32ef76b7.zip |
Notes
Diffstat (limited to 'www/trac-tweakui')
-rw-r--r-- | www/trac-tweakui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/trac-tweakui/Makefile b/www/trac-tweakui/Makefile index 4c2f9252cd03..0af56227e919 100644 --- a/www/trac-tweakui/Makefile +++ b/www/trac-tweakui/Makefile @@ -7,6 +7,7 @@ PORTNAME= tweakui PORTVERSION= 0.1.4465 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -20,6 +21,7 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes USE_DOS2UNIX= yes +DOS2UNIX_REGEX= .*\.(css|html|js|py|txt)$ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} |