diff options
author | hubertf <hubertf> | 2001-03-29 13:43:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-29 13:43:44 +0000 |
commit | 1f430fefbfe7bd28bc793beb0eaf97872eb1b42e (patch) | |
tree | c8d3a7c3054c4a9d58e5450b71343e061acf98f3 /textproc | |
parent | b6c964deee549467dba404878602116684e30d50 (diff) | |
download | pkgsrc-1f430fefbfe7bd28bc793beb0eaf97872eb1b42e.tar.gz |
Installed docs are actually for SP, not Jade
Pointed out on tech-pkg by "Kogule, Ryo" <kogule@mars.dti.ne.jp>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 6 | ||||
-rw-r--r-- | textproc/jade/pkg/PLIST | 40 |
2 files changed, 23 insertions, 23 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index b0a54be6317..c5b8a1c426c 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/29 11:34:34 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/29 13:43:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.15 1999/01/31 11:15:57 dirk Exp # @@ -26,8 +26,8 @@ post-install: .endfor ${INSTALL_DATA_DIR} ${PREFIX}/include/sp ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp - ${MKDIR} ${PREFIX}/share/doc/jade - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/jade + ${MKDIR} ${PREFIX}/share/doc/sp + ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/sp ${MKDIR} ${PREFIX}/share/sgml/jade ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade diff --git a/textproc/jade/pkg/PLIST b/textproc/jade/pkg/PLIST index 35ed51a850d..66c6070e346 100644 --- a/textproc/jade/pkg/PLIST +++ b/textproc/jade/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/03/29 13:33:31 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/03/29 13:43:44 hubertf Exp $ bin/sx bin/nsgmls bin/spam @@ -149,25 +149,25 @@ lib/libspgrove.a lib/libspgrove.la lib/libstyle.a lib/libstyle.la -share/doc/jade/archform.htm -share/doc/jade/build.htm -share/doc/jade/catalog.htm -share/doc/jade/charset.htm -share/doc/jade/features.htm -share/doc/jade/generic.htm -share/doc/jade/ideas.htm -share/doc/jade/index.htm -share/doc/jade/new.htm -share/doc/jade/nsgmls.htm -share/doc/jade/sgmldecl.htm -share/doc/jade/sgmlnorm.htm -share/doc/jade/sgmlsout.htm -share/doc/jade/spam.htm -share/doc/jade/spent.htm -share/doc/jade/sx.htm -share/doc/jade/sysdecl.htm -share/doc/jade/sysid.htm -share/doc/jade/xml.htm +share/doc/sp/archform.htm +share/doc/sp/build.htm +share/doc/sp/catalog.htm +share/doc/sp/charset.htm +share/doc/sp/features.htm +share/doc/sp/generic.htm +share/doc/sp/ideas.htm +share/doc/sp/index.htm +share/doc/sp/new.htm +share/doc/sp/nsgmls.htm +share/doc/sp/sgmldecl.htm +share/doc/sp/sgmlnorm.htm +share/doc/sp/sgmlsout.htm +share/doc/sp/spam.htm +share/doc/sp/spent.htm +share/doc/sp/sx.htm +share/doc/sp/sysdecl.htm +share/doc/sp/sysid.htm +share/doc/sp/xml.htm share/sgml/jade/Makefile.jadetex share/sgml/jade/catalog share/sgml/jade/demo.dsl |