summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2003-08-05 21:04:50 +0000
committerskrll <skrll@pkgsrc.org>2003-08-05 21:04:50 +0000
commitf3846ca2f0ea5b4a05174665353b3c8716b87cfe (patch)
tree58d584fc17cbf7c479c11cd9f4a283e748f29604 /textproc/libxslt
parentb11675ec5df927e07ef0130b2c01175b5ddf1fbd (diff)
downloadpkgsrc-f3846ca2f0ea5b4a05174665353b3c8716b87cfe.tar.gz
Nits
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/DESCR4
-rw-r--r--textproc/libxslt/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libxslt/DESCR b/textproc/libxslt/DESCR
index 09b0c3947d2..90eaed8df19 100644
--- a/textproc/libxslt/DESCR
+++ b/textproc/libxslt/DESCR
@@ -1,5 +1,5 @@
Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
-a an XML language to define transformation for XML. Libxslt is based on libxml2
-the XML C library developped for the Gnome project. It also implements most of
+an XML language to define transformation for XML. Libxslt is based on libxml2
+the XML C library developed for the Gnome project. It also implements most of
the EXSLT set of extensions functions and some of Saxon's evaluate and
expressions extensions.
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index bf6bc80bfda..13baa62a067 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/07/17 22:54:30 grant Exp $
+# $NetBSD: Makefile,v 1.24 2003/08/05 21:04:51 skrll Exp $
DISTNAME= libxslt-1.0.31
PKGNAME= ${DISTNAME}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xmlsoft.org/XSLT/
-COMMENT= XSLT parser library for GNOME
+COMMENT= XSLT parser library from the GNOME project
USE_BUILDLINK2= yes
USE_GMAKE= yes