diff options
Diffstat (limited to 'www/htmllint/Makefile')
-rw-r--r-- | www/htmllint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htmllint/Makefile b/www/htmllint/Makefile index a51f5c252ce..3f8d920d92e 100644 --- a/www/htmllint/Makefile +++ b/www/htmllint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/07/16 01:19:25 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 12:24:17 rillig Exp $ # DISTNAME= htmllint @@ -18,7 +18,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PERL= htmllint.cgi htmllint parsedtd.pl tagslist.cgi USE_TOOLS+= perl:run -NO_BUILD= # defined +NO_BUILD= yes CGIDIR= ${PREFIX}/libexec/cgi-bin HTMLDIR= ${PREFIX}/share/httpd/htdocs/htmllint |