diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:15:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:15:16 +0000 |
commit | decb8770e141e385283d6f778e05544b3a0386a8 (patch) | |
tree | c730e4425471fcb8f14f0b82073d4d12b6c8e39f /www/htmllint | |
parent | 671f21524362fc966a005c9518687c2c04971c91 (diff) | |
download | pkgsrc-decb8770e141e385283d6f778e05544b3a0386a8.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'www/htmllint')
-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 |