diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-09-02 17:07:01 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-09-02 17:07:01 +0000 |
commit | 70e7be269a35e3e6eaab30914b3b626b6420d3d0 (patch) | |
tree | c18a584f5a2977bd4ab436c5c88438c1b4f95709 /meta-pkgs/netbsd-doc-print | |
parent | ee771a87afe7bef37b7eef9d18f8f20eb56c48f0 (diff) | |
download | pkgsrc-70e7be269a35e3e6eaab30914b3b626b6420d3d0.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-print')
-rw-r--r-- | meta-pkgs/netbsd-doc-print/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/netbsd-doc-print/Makefile b/meta-pkgs/netbsd-doc-print/Makefile index b87c9882e1a..9b4e8959359 100644 --- a/meta-pkgs/netbsd-doc-print/Makefile +++ b/meta-pkgs/netbsd-doc-print/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:59:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/02 17:07:03 hubertf Exp $ # -DISTNAME= netbsd-doc-print-1.0 +DISTNAME= netbsd-doc-print-1.1 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -9,9 +9,9 @@ DISTFILES= # empty MAINTAINER= hubertf@netbsd.org COMMENT= Meta-pkg including all pkgs to convert SGML->PDF/PS -DEPENDS+= jadetex>=2.20:../../print/jadetex +DEPENDS+= jadetex>=2.20nb1:../../print/jadetex DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript -DEPENDS+= netbsd-doc-1.1:../netbsd-doc +DEPENDS+= netbsd-doc-1.2:../netbsd-doc EXTRACT_ONLY= # empty NO_CHECKSUM= yes |