- Prevent binary file corruption by limiting the files that

dos2unix operates on
This commit is contained in:
Greg Larkin 2008-12-10 23:55:05 +00:00
parent d48640c19a
commit b8e9546212
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224088

View file

@ -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}