diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-23 17:21:56 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-23 17:21:56 +0000 |
commit | c6b77b3c820fd6dd121929fedd8b6feb3d545d59 (patch) | |
tree | 3ad32e236c2236c8934e1773b2f6e205bfb2780e /www/ap-xslt/Makefile | |
parent | 134aed38d40648f61f5e7383f5d14db8d73276e7 (diff) | |
download | pkgsrc-c6b77b3c820fd6dd121929fedd8b6feb3d545d59.tar.gz |
Integrate a patch from the sourceforge page for this project.
With this patch, the sablotron base URI for xslt processing is set to the
current working directory, so document inclusion (ala
<xsl:apply-templates select="document(data/test.xml)" />
) will DTRT.
Bump the pkg version to 1.1nb1, as stylesheets written for the new version
may not work with the old.
Diffstat (limited to 'www/ap-xslt/Makefile')
-rw-r--r-- | www/ap-xslt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index 36f9db7b242..28083fea3b2 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/10/23 03:17:17 jwise Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/23 17:21:56 jwise Exp $ DISTNAME= modxslt -PKGNAME= ap-xslt-1.1 +PKGNAME= ap-xslt-1.1nb1 CATEGORIES= www MASTER_SITES= http://download.sourceforge.net/modxslt/ |