summaryrefslogtreecommitdiff
path: root/textproc/jade/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-09-02 17:07:01 +0000
committerhubertf <hubertf@pkgsrc.org>2001-09-02 17:07:01 +0000
commit70e7be269a35e3e6eaab30914b3b626b6420d3d0 (patch)
treec18a584f5a2977bd4ab436c5c88438c1b4f95709 /textproc/jade/Makefile
parentee771a87afe7bef37b7eef9d18f8f20eb56c48f0 (diff)
downloadpkgsrc-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/jade/Makefile')
-rw-r--r--textproc/jade/Makefile5
1 files changed, 3 insertions, 2 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"