Always set NO_TIDY to YES until tidy(1) problem will be resolved.

This commit is contained in:
Alexey Zelkin 2001-11-12 19:17:39 +00:00
parent a8e9596118
commit 65cb93e520
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11185

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $FreeBSD: www/share/mk/web.site.mk,v 1.38 2001/10/30 15:09:13 hrs Exp $
# $FreeBSD: www/share/mk/web.site.mk,v 1.39 2001/10/30 16:51:34 hrs Exp $
#
# Build and install a web site.
@ -15,6 +15,9 @@
.include "${.CURDIR}/../Makefile.inc"
.endif
# XXX: translations are not ready!
NO_TIDY= YES
WEBDIR?= ${.CURDIR:T}
CGIDIR?= ${.CURDIR:T}
DESTDIR?= ${HOME}/public_html