summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorskrll <skrll>2003-08-05 21:04:50 +0000
committerskrll <skrll>2003-08-05 21:04:50 +0000
commitf4a74637386b54172de2c5bc4c25045fa7f033a9 (patch)
tree58d584fc17cbf7c479c11cd9f4a283e748f29604 /textproc
parent743268ab2c1aaea23f2e130483cc2140c2fea3d4 (diff)
downloadpkgsrc-f4a74637386b54172de2c5bc4c25045fa7f033a9.tar.gz
Nits
Diffstat (limited to 'textproc')
-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