mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Avoid calling USE_DOS2UNIX on PNG files.
PR: ports/125930 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Approved by: maintainer
This commit is contained in:
parent
a7a1b0e207
commit
22868bfc0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217418
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user