diff options
author | wxs <wxs@FreeBSD.org> | 2008-07-24 21:33:41 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-07-24 21:33:41 +0800 |
commit | ff5a3e67e633696343437e4389b609efbb2e990a (patch) | |
tree | 706d71d744bebdae258a0c9d83ba25198394ec3b /www/awstats | |
parent | d1b8bd84b68731bf18560e769973907168c38f42 (diff) | |
download | freebsd-ports-gnome-ff5a3e67e633696343437e4389b609efbb2e990a.tar.gz freebsd-ports-gnome-ff5a3e67e633696343437e4389b609efbb2e990a.tar.zst freebsd-ports-gnome-ff5a3e67e633696343437e4389b609efbb2e990a.zip |
- Avoid calling USE_DOS2UNIX on PNG files.
PR: ports/125930
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
Approved by: maintainer
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 40ca472fa3e7..522c4aedd22f 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -7,6 +7,7 @@ PORTNAME= awstats PORTVERSION= 6.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= SF @@ -18,7 +19,18 @@ RUN_DEPENDS= ${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois NO_BUILD= yes USE_PERL5_RUN= yes -USE_DOS2UNIX= yes +USE_DOS2UNIX= tools/*.pl \ + wwwroot/cgi-bin/awstats.model.conf \ + wwwroot/cgi-bin/*.pl \ + wwwroot/cgi-bin/lang/tooltips_f/*.txt \ + wwwroot/cgi-bin/lang/tooltips_m/*.txt \ + wwwroot/cgi-bin/lang/tooltips_w/*.txt \ + wwwroot/cgi-bin/lang/*.txt \ + wwwroot/cgi-bin/lib/* \ + wwwroot/cgi-bin/plugins/*.pm \ + wwwroot/cgi-bin/plugins/example/* \ + wwwroot/css/* \ + wwwroot/js/* SUB_FILES= pkg-message |