diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-05 05:40:51 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-05 05:40:51 +0000 |
commit | 00f6a8a6af1783415487b32969189f641a67fb84 (patch) | |
tree | 0727cad11aebb00b88ec3d8aa13911f215ff5c5f | |
parent | 6785ed86e189a7b018d9225c54a8e3cb36aaa183 (diff) | |
download | pkgsrc-00f6a8a6af1783415487b32969189f641a67fb84.tar.gz |
Sort.
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | www/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index 304c7a62aef..ee018499704 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.522 2004/08/03 15:36:00 cube Exp $ +# $NetBSD: Makefile,v 1.523 2004/08/05 05:40:51 schmonz Exp $ # COMMENT= Development utilities @@ -372,8 +372,8 @@ SUBDIR+= p5-Test-Harness SUBDIR+= p5-Test-Inline SUBDIR+= p5-Test-Simple SUBDIR+= p5-Test-Unit -SUBDIR+= p5-Tree-Simple SUBDIR+= p5-Tie-IxHash +SUBDIR+= p5-Tree-Simple SUBDIR+= p5-WeakRef SUBDIR+= p5-gettext SUBDIR+= p5-glib2 diff --git a/www/Makefile b/www/Makefile index 68719c0b23c..68bed53bce2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.337 2004/08/02 12:58:01 cube Exp $ +# $NetBSD: Makefile,v 1.338 2004/08/05 05:42:03 schmonz Exp $ # COMMENT= Packages related to the World Wide Web @@ -175,9 +175,9 @@ SUBDIR+= p5-HTML-Format SUBDIR+= p5-HTML-Mason SUBDIR+= p5-HTML-Parser SUBDIR+= p5-HTML-PrettyPrinter +SUBDIR+= p5-HTML-Scrubber SUBDIR+= p5-HTML-SimpleParse SUBDIR+= p5-HTML-StickyQuery -SUBDIR+= p5-HTML-Scrubber SUBDIR+= p5-HTML-Table SUBDIR+= p5-HTML-TableExtract SUBDIR+= p5-HTML-Tagset |