diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /textproc/libxml | |
parent | 5c2ded063c246b745cbe88b35958aeb774b3efff (diff) | |
download | pkgsrc-26730104be8e403eeb8a7ec5ff7903af6ee1418c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxml/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 0cad44e5040..473df04af54 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/10/17 23:58:17 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/17 17:37:32 wiz Exp $ # DISTNAME= libxml-1.8.10 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://xmlsoft.org/ +COMMENT= XML parser, mainly used by the GNOME project .include "../../mk/bsd.prefs.mk" diff --git a/textproc/libxml/pkg/COMMENT b/textproc/libxml/pkg/COMMENT deleted file mode 100644 index 52eaca67537..00000000000 --- a/textproc/libxml/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -XML parser, mainly used by the GNOME project |