diff options
author | tron <tron> | 2000-03-28 17:24:11 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-28 17:24:11 +0000 |
commit | 6eb7adadca228bc2a0820c801a1a0d27ef3b13b1 (patch) | |
tree | 402fa9f13581bd8fb49eb2d9e52f78fc97b0dad9 /www/Makefile | |
parent | ae77724582f19084490f6c2652875d217e59f0e0 (diff) | |
download | pkgsrc-6eb7adadca228bc2a0820c801a1a0d27ef3b13b1.tar.gz |
Add and enable "tidy". Fixes PR pkg/9532 by Takahiro Kambe.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 7bfc1ea8315..d7e1e96d972 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2000/03/03 00:19:03 kim Exp $ +# $NetBSD: Makefile,v 1.75 2000/03/28 17:24:11 tron Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -62,6 +62,7 @@ SUBDIR += swish-e SUBDIR += tcl-cgi SUBDIR += thttpd + SUBDIR += tidy SUBDIR += urlget SUBDIR += w3c-httpd SUBDIR += w3m |