From 2f95b010b1c58b28cf77335c834b28bb962164f5 Mon Sep 17 00:00:00 2001 From: dirk Date: Sun, 31 Jan 1999 11:15:57 +0000 Subject: Install correct files in ${PREFIX}/share/sgml/jade. Submitted by: Robert Brive Requested by: John Fieber --- textproc/openjade/Makefile | 4 ++-- textproc/openjade/pkg-plist | 30 +++++++++++------------------- 2 files changed, 13 insertions(+), 21 deletions(-) (limited to 'textproc/openjade') diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 697d872fa4b1..90044323f2fc 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.13 1999/01/27 00:12:22 dirk Exp $ +# $Id: Makefile,v 1.14 1999/01/27 12:47:14 dirk Exp $ # DISTNAME= jade-1.2.1 @@ -24,7 +24,7 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/jade ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/jade ${MKDIR} ${PREFIX}/share/sgml/jade - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/sgml/jade + ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib .include diff --git a/textproc/openjade/pkg-plist b/textproc/openjade/pkg-plist index dc698d45a2c6..a3bdb33c6581 100644 --- a/textproc/openjade/pkg-plist +++ b/textproc/openjade/pkg-plist @@ -171,25 +171,17 @@ share/doc/jade/sx.htm share/doc/jade/sysdecl.htm share/doc/jade/sysid.htm share/doc/jade/xml.htm -share/sgml/jade/archform.htm -share/sgml/jade/build.htm -share/sgml/jade/catalog.htm -share/sgml/jade/charset.htm -share/sgml/jade/features.htm -share/sgml/jade/generic.htm -share/sgml/jade/ideas.htm -share/sgml/jade/index.htm -share/sgml/jade/new.htm -share/sgml/jade/nsgmls.htm -share/sgml/jade/sgmldecl.htm -share/sgml/jade/sgmlnorm.htm -share/sgml/jade/sgmlsout.htm -share/sgml/jade/spam.htm -share/sgml/jade/spent.htm -share/sgml/jade/sx.htm -share/sgml/jade/sysdecl.htm -share/sgml/jade/sysid.htm -share/sgml/jade/xml.htm +share/sgml/jade/Makefile.jadetex +share/sgml/jade/catalog +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 include/sp @dirrm share/doc/jade @dirrm share/sgml/jade -- cgit