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:
Alexey Zelkin 2004-04-08 09:43:04 +00:00
parent ae269a04c3
commit ba9fb293d1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20593

View file

@ -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}