diff options
author | grant <grant@pkgsrc.org> | 2003-01-28 10:43:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-01-28 10:43:43 +0000 |
commit | 4e6fb30239b09c7e3366d7a9bce0de569c297964 (patch) | |
tree | 08be45d5dfac960592763790cd3f282aaeeeb6d8 /textproc | |
parent | 9eb4b3f2737db5b8d6043a1fae6af3e205830dc2 (diff) | |
download | pkgsrc-4e6fb30239b09c7e3366d7a9bce0de569c297964.tar.gz |
patch a stylesheet to use local html/docbook.xsl.
bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-website/Makefile | 4 | ||||
-rw-r--r-- | textproc/docbook-website/distinfo | 3 | ||||
-rw-r--r-- | textproc/docbook-website/patches/patch-aa | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile index 2ced1e63c49..5e3cb72d0c0 100644 --- a/textproc/docbook-website/Makefile +++ b/textproc/docbook-website/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/01/18 09:16:58 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/28 10:43:43 grant Exp $ # DISTNAME= website-2.3 PKGNAME= docbook-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} diff --git a/textproc/docbook-website/distinfo b/textproc/docbook-website/distinfo index d4cbf29cb09..7fdd2397098 100644 --- a/textproc/docbook-website/distinfo +++ b/textproc/docbook-website/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/11 17:16:17 grant Exp $ +$NetBSD: distinfo,v 1.2 2003/01/28 10:43:43 grant Exp $ SHA1 (website-2.3.tar.gz) = 895c98b09cc99a60f4ed6d52b588b07f7dd91733 Size (website-2.3.tar.gz) = 80545 bytes +SHA1 (patch-aa) = 14249023b2b1b3f1891e5f8d973f86337a2e9eee diff --git a/textproc/docbook-website/patches/patch-aa b/textproc/docbook-website/patches/patch-aa new file mode 100644 index 00000000000..ec109da45d2 --- /dev/null +++ b/textproc/docbook-website/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/01/28 10:43:44 grant Exp $ + +--- xsl/website-common.xsl.orig Mon Sep 16 23:21:16 2002 ++++ xsl/website-common.xsl +@@ -17,7 +17,7 @@ + + <!-- ==================================================================== --> + +-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> ++<xsl:import href="../../../xsl/docbook/html/docbook.xsl"/> + <xsl:import href="xbel.xsl"/> + <xsl:include href="VERSION"/> + <xsl:include href="param.xsl"/> |