diff options
author | skrll <skrll> | 2003-07-04 10:03:37 +0000 |
---|---|---|
committer | skrll <skrll> | 2003-07-04 10:03:37 +0000 |
commit | 0c000907a274db3745c8f187f57ceb27b278691c (patch) | |
tree | da69c3d61c384fe6790bd19c10933eb06d82f058 /textproc/libxml2 | |
parent | 2db16a2ca20f42c60f16d52c2c1ed82a3731c637 (diff) | |
download | pkgsrc-0c000907a274db3745c8f187f57ceb27b278691c.tar.gz |
Improve COMMENT and DESCR a bit.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/DESCR | 2 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml2/DESCR b/textproc/libxml2/DESCR index 60a932342b0..19d0fcea551 100644 --- a/textproc/libxml2/DESCR +++ b/textproc/libxml2/DESCR @@ -1 +1 @@ -XML parser library for GNOME +XML parser library from the GNOME project diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 0a6fcafc105..1e6b4dce63d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/07/01 09:45:54 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2003/07/04 10:03:37 skrll Exp $ DISTNAME= libxml2-${LIBXML_VERSION} PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.5/} MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://xmlsoft.org/ -COMMENT= XML parser library for GNOME +COMMENT= XML parser library from the GNOME project USE_BUILDLINK2= yes USE_GMAKE= yes |