Huh! Fix a bogon introduced by previous revision. In !TIDY_VERBOSE
case use correct variable name for default tidy logfile (/dev/null). Submitted by: Rudolf Cejka <cejkar at fit.vutbr.cz>
This commit is contained in:
parent
ae269a04c3
commit
ba9fb293d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20593
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.57 2004/04/07 13:04:55 phantom Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -61,7 +61,7 @@ TIDY?= ${PREFIX}/bin/tidy
|
|||
_TIDYLOGFILE= tidyerr.${.TARGET}
|
||||
CLEANFILES+= tidyerr.*
|
||||
.else
|
||||
_TIDY_LOGFILE= /dev/null
|
||||
_TIDYLOGFILE= /dev/null
|
||||
.endif
|
||||
TIDYOPTS?= -i -m -raw -preserve -f ${_TIDYLOGFILE} -asxml ${TIDYFLAGS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue