diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-09 12:23:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-09 12:23:40 +0000 |
commit | 38e93a3b1663d8ac20ab7cb27f9388a2dc4e56e6 (patch) | |
tree | 7a40d4ff6934105f6ff1e99f4355633b5897d856 /textproc/docbook-xml/Makefile | |
parent | d6bb311d692a84586d9f64440de236e2b4ccd563 (diff) | |
download | pkgsrc-38e93a3b1663d8ac20ab7cb27f9388a2dc4e56e6.tar.gz |
Docbook 4.2 is a maintainance release; it introduces no backwards incompatible
changes WRT 4.1.2. Therefore patch the catalog file to map requests for the
4.1.2 DTD to 4.2, as the former is not installed. Bump PKGREVISION to 6.
Diffstat (limited to 'textproc/docbook-xml/Makefile')
-rw-r--r-- | textproc/docbook-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index c926e06e376..82b4ee3d788 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/01/23 17:18:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/09 12:23:40 jmmv Exp $ # DISTNAME= docbook-xml-4.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://www.oasis-open.org/docbook/xml/4.2/ EXTRACT_SUFX= .zip |