- Prevent binary file corruption by limiting the files that
dos2unix operates on
This commit is contained in:
parent
d48640c19a
commit
b8e9546212
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224088
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue