diff options
author | hubertf <hubertf> | 2001-09-02 17:07:01 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-02 17:07:01 +0000 |
commit | 3ba049e6e91b65f7cea4279e8f8868c63defec32 (patch) | |
tree | c18a584f5a2977bd4ab436c5c88438c1b4f95709 /meta-pkgs/netbsd-doc/Makefile | |
parent | 0e770dd93a1760c9415bbf5df0873a78db37af8e (diff) | |
download | pkgsrc-3ba049e6e91b65f7cea4279e8f8868c63defec32.tar.gz |
* Fix our netbsd-doc-print package to properly handle the italian
version of Federico Lupi's guide by including italian language in
the right file. Hint:
http://lists.oasis-open.org/archives/docbook/200002/msg00214.html
* While there, install the jadetex files not in the textproc/jade
package, but in the print/jadetex package. That's where we also
build and install the jadetex.fmt file, so things actually fit
together.
* Bump some pkg versions:
print/jadetex -> jadetex-2.20nb1
textproc/jade -> jade-1.2.1nb3
meta-pkgs/netbsd-doc -> netbsd-doc-1.2
meta-pkgs/netbsd-doc-print -> netbsd-doc-print-1.1
Diffstat (limited to 'meta-pkgs/netbsd-doc/Makefile')
-rw-r--r-- | meta-pkgs/netbsd-doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/netbsd-doc/Makefile b/meta-pkgs/netbsd-doc/Makefile index db6d38c8dee..a11e4a9403c 100644 --- a/meta-pkgs/netbsd-doc/Makefile +++ b/meta-pkgs/netbsd-doc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:59:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/02 17:07:02 hubertf Exp $ # -DISTNAME= netbsd-doc-1.1 +DISTNAME= netbsd-doc-1.2 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org COMMENT= Meta-pkg including all pkgs to convert SGML->HTML DEPENDS+= opensp>=1.4:../../textproc/opensp -DEPENDS+= jade>=1.2.1:../../textproc/jade +DEPENDS+= jade>=1.2.1nb3:../../textproc/jade DEPENDS+= docbook>=4.0:../../textproc/docbook DEPENDS+= iso8879-1986:../../textproc/iso8879 DEPENDS+= iso12083-1993:../../textproc/iso12083 |