From 8259dca153f971155cb4c933d071c53070668833 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 29 Mar 2001 15:41:53 +0000 Subject: Enable MIF output, default catalog, and fix the docs to actually install the *jade* *docs* (not sp, which is in another dir here). thanks a lot to "Kogule, Ryo" for the patch! --- textproc/jade/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index c5b8a1c426c..6161a1bbd7b 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2001/03/29 13:43:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/29 15:41:53 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.1nb1 +PKGNAME= jade-1.2.1nb2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/jade/ \ @@ -19,6 +19,8 @@ CONFLICTS+= sp-* GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --disable-shared +CONFIGURE_ARGS+= --enable-default-catalog=${PREFIX}/share/sgml/jade/catalog +CONFIGURE_ARGS+= --enable-mif post-install: .for i in jade nsgmls sgmlnorm spam spent sx @@ -27,7 +29,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/sp ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp ${MKDIR} ${PREFIX}/share/doc/sp - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/sp + ${INSTALL_DATA} ${WRKSRC}/jadedoc/*.htm ${PREFIX}/share/doc/jade ${MKDIR} ${PREFIX}/share/sgml/jade ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade -- cgit v1.2.3