diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-29 15:41:53 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-29 15:41:53 +0000 |
commit | 8259dca153f971155cb4c933d071c53070668833 (patch) | |
tree | 70913d3f10fa83f3463aefdaec155da6217a1472 | |
parent | 6cb4dd9752933101a6a32fb354e11cc6e9dc37f9 (diff) | |
download | pkgsrc-8259dca153f971155cb4c933d071c53070668833.tar.gz |
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" <kogule@mars.dti.ne.jp> for the patch!
-rw-r--r-- | textproc/jade/Makefile | 8 |
1 files 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 |