diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-07-24 13:33:41 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-07-24 13:33:41 +0000 |
commit | 22868bfc0fba9819fa707bfb133f9423d2b53836 (patch) | |
tree | 9aa62b7a8a2d41a36e1971f2c302cbcee21a8fb2 /www/awstats/Makefile | |
parent | a7a1b0e207be2131e8b4e0fff34b6692fb5ea4bb (diff) | |
download | ports-22868bfc0fba9819fa707bfb133f9423d2b53836.tar.gz ports-22868bfc0fba9819fa707bfb133f9423d2b53836.zip |
- Avoid calling USE_DOS2UNIX on PNG files.
PR: ports/125930
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=217418
Diffstat (limited to 'www/awstats/Makefile')
-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 |