summaryrefslogtreecommitdiff
path: root/textproc/docbook-website
diff options
context:
space:
mode:
authorgrant <grant>2003-01-28 10:43:43 +0000
committergrant <grant>2003-01-28 10:43:43 +0000
commit7e3206c9d0f390a5cd36d158fc3b0067f3c2cdc0 (patch)
tree08be45d5dfac960592763790cd3f282aaeeeb6d8 /textproc/docbook-website
parent4a938c542487609bdcfadc62172486816712f916 (diff)
downloadpkgsrc-7e3206c9d0f390a5cd36d158fc3b0067f3c2cdc0.tar.gz
patch a stylesheet to use local html/docbook.xsl.
bump PKGREVISION.
Diffstat (limited to 'textproc/docbook-website')
-rw-r--r--textproc/docbook-website/Makefile4
-rw-r--r--textproc/docbook-website/distinfo3
-rw-r--r--textproc/docbook-website/patches/patch-aa13
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"/>