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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 5 | ||||
-rw-r--r-- | textproc/jade/pkg/PLIST | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 0b53e5c1f55..b712429ad44 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2001/06/25 03:47:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/02 17:07:01 hubertf Exp $ # FreeBSD Id: Makefile,v 1.15 1999/01/31 11:15:57 dirk Exp # DISTNAME= jade-1.2.1 -PKGNAME= jade-1.2.1nb2 +PKGNAME= jade-1.2.1nb3 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/jade/ \ @@ -40,6 +40,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jade ${INSTALL_DATA} ${WRKSRC}/jadedoc/*.htm ${PREFIX}/share/doc/jade ${INSTALL_DATA_DIR} ${PREFIX}/share/sgml/jade + ${RM} ${WRKSRC}/dsssl/*jadetex.* # installed by print/jadetex!!! ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade .include "../../devel/gettext-lib/buildlink.mk" diff --git a/textproc/jade/pkg/PLIST b/textproc/jade/pkg/PLIST index 41c8fc91a61..60a3a457d2d 100644 --- a/textproc/jade/pkg/PLIST +++ b/textproc/jade/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/05/10 09:59:44 agc Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/09/02 17:07:01 hubertf Exp $ bin/jade bin/nsgmls bin/sgmlnorm @@ -173,10 +173,6 @@ share/sgml/jade/demo.dsl share/sgml/jade/demo.sgm share/sgml/jade/dsssl.dtd share/sgml/jade/fot.dtd -share/sgml/jade/jadetex.dtx -share/sgml/jade/jadetex.ini -share/sgml/jade/jadetex.ins -share/sgml/jade/pdfjadetex.ini share/sgml/jade/style-sheet.dtd @dirrm share/sgml/jade @dirrm share/sgml |