aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2008-12-11 07:55:05 +0800
committerglarkin <glarkin@FreeBSD.org>2008-12-11 07:55:05 +0800
commitd6cfde7314466da9755bd428fbe786150c0adbf6 (patch)
tree56abaaa3330e8238188339ad4b43694a613e0b17
parentcf63fd49ab93359ec073e76d9205844633816b4e (diff)
downloadfreebsd-ports-gnome-d6cfde7314466da9755bd428fbe786150c0adbf6.tar.gz
freebsd-ports-gnome-d6cfde7314466da9755bd428fbe786150c0adbf6.tar.zst
freebsd-ports-gnome-d6cfde7314466da9755bd428fbe786150c0adbf6.zip
- Prevent binary file corruption by limiting the files that
dos2unix operates on
-rw-r--r--www/trac-tweakui/Makefile2
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}