diff options
author | epg <epg@pkgsrc.org> | 2004-02-26 05:54:17 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-02-26 05:54:17 +0000 |
commit | 50c015bdd5314a783a1b86856ef5a14838dd3817 (patch) | |
tree | a3ca06bde0fd9e26c5af45dbf652c0d763831a19 /www | |
parent | 1b26d57b00cda73a1d9839e98797f8713dbd80b4 (diff) | |
download | pkgsrc-50c015bdd5314a783a1b86856ef5a14838dd3817.tar.gz |
Add and enable trac and clearsilver.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 32dc4a46aab..6b85099f7ca 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.304 2004/02/20 04:45:29 minskim Exp $ +# $NetBSD: Makefile,v 1.305 2004/02/26 05:54:17 epg Exp $ # COMMENT= Packages related to the World Wide Web @@ -60,6 +60,7 @@ SUBDIR+= cgicc SUBDIR+= cgilib SUBDIR+= checkbot SUBDIR+= chimera +SUBDIR+= clearsilver SUBDIR+= cocoon SUBDIR+= communicator SUBDIR+= cronolog @@ -223,6 +224,7 @@ SUBDIR+= tcl-cgi SUBDIR+= thttpd SUBDIR+= tidy SUBDIR+= tinyproxy +SUBDIR+= trac SUBDIR+= urlget SUBDIR+= w3 SUBDIR+= w3c-httpd |