diff options
author | recht <recht@pkgsrc.org> | 2004-01-23 15:36:13 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-23 15:36:13 +0000 |
commit | 2b3c97bffa517de4f3d129f4e6b5a2e4dfabb6ae (patch) | |
tree | 6526d5a934475dfe7b91e88dc2fa2b8e15c8897d /textproc/Makefile | |
parent | 45a80ef602094a071c3633df26c6ef6bf25e41c5 (diff) | |
download | pkgsrc-2b3c97bffa517de4f3d129f4e6b5a2e4dfabb6ae.tar.gz |
Catch up with pyxml -> py-xml name change in the Makefile and finally
remove pyxml.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 32cdb49d4c9..89afa213c70 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2004/01/23 15:00:41 agc Exp $ +# $NetBSD: Makefile,v 1.225 2004/01/23 15:36:13 recht Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -190,7 +190,7 @@ SUBDIR+= py-libxml2 SUBDIR+= py-libxslt SUBDIR+= py-xmltools SUBDIR+= pyDict -SUBDIR+= pyxml +SUBDIR+= py-xml SUBDIR+= qsubst SUBDIR+= raptor SUBDIR+= regexx |