summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile3
-rw-r--r--www/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ebf27f22cb3..4dffe7cd4d3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.303 2005/11/13 06:16:37 minskim Exp $
+# $NetBSD: Makefile,v 1.304 2005/11/19 15:06:36 rillig Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -150,6 +150,7 @@ SUBDIR+= p5-Pod-Coverage
SUBDIR+= p5-Pod-Escapes
SUBDIR+= p5-Pod-POM
SUBDIR+= p5-Pod-Simple
+SUBDIR+= p5-Pod-Tree
SUBDIR+= p5-Regexp-Common
SUBDIR+= p5-String-Approx
SUBDIR+= p5-String-CRC32
diff --git a/www/Makefile b/www/Makefile
index 2603d5190ca..a3d88a69044 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.420 2005/11/13 01:17:40 tv Exp $
+# $NetBSD: Makefile,v 1.421 2005/11/19 15:06:36 rillig Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -203,6 +203,7 @@ SUBDIR+= p5-HTML-PrettyPrinter
SUBDIR+= p5-HTML-Scrubber
SUBDIR+= p5-HTML-SimpleParse
SUBDIR+= p5-HTML-StickyQuery
+SUBDIR+= p5-HTML-Stream
SUBDIR+= p5-HTML-Table
SUBDIR+= p5-HTML-TableExtract
SUBDIR+= p5-HTML-Tagset