Always set NO_TIDY to YES until tidy(1) problem will be resolved.
This commit is contained in:
parent
a8e9596118
commit
65cb93e520
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11185
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue