diff options
author | des <des@FreeBSD.org> | 2002-10-30 15:13:06 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-10-30 15:13:06 +0000 |
commit | 6ebf010e2a3b502da15e718da875b321812045ef (patch) | |
tree | 88636085609aa34cd12359d96b06ae0e89cbbc7f /textproc | |
parent | d50bbe8e8e5a36bac5d0621742da0ba2f18d5ab1 (diff) | |
download | FreeBSD-ports-6ebf010e2a3b502da15e718da875b321812045ef.zip FreeBSD-ports-6ebf010e2a3b502da15e718da875b321812045ef.tar.gz |
htmlhelp is a set of stylesheets, not part of the documentation.
PR: ports/38262
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 8 | ||||
-rw-r--r-- | textproc/docbook-xsl/pkg-plist | 14 |
2 files changed, 10 insertions, 12 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 01e2614..e3da7dd 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= docbook-xsl PORTVERSION= 1.55.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= docbook @@ -18,8 +19,8 @@ RUN_DEPENDS= ${XMLDIR}/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \ XMLDIR= ${LOCALBASE}/share/xml INSTDIR= ${PREFIX}/share/xsl/docbook -COPYDIRS= common fo extensions html images javahelp lib manpages \ - params xhtml +COPYDIRS= common fo extensions html htmlhelp images \ + javahelp lib manpages params xhtml NO_BUILD= yes @@ -31,9 +32,6 @@ do-install: ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/doc && ${TAR} -cf - . |\ ${TAR} -xf - -C${DOCSDIR}) - ${MKDIR} ${DOCSDIR}/htmlhelp - (cd ${WRKSRC}/htmlhelp && ${TAR} -cf - . |\ - ${TAR} -xf - -C${DOCSDIR}/htmlhelp) .endif ${MKDIR} ${INSTDIR} (cd ${WRKSRC} && ${TAR} -cf - VERSION ${COPYDIRS} |\ diff --git a/textproc/docbook-xsl/pkg-plist b/textproc/docbook-xsl/pkg-plist index fea70b4..19e3178 100644 --- a/textproc/docbook-xsl/pkg-plist +++ b/textproc/docbook-xsl/pkg-plist @@ -506,12 +506,6 @@ %%PORTDOCS%%share/doc/docbook-xsl/html/variablelist.as.table.html %%PORTDOCS%%share/doc/docbook-xsl/htmlhelp.html %%PORTDOCS%%share/doc/docbook-xsl/htmlhelp.html.html -%%PORTDOCS%%share/doc/docbook-xsl/htmlhelp/ChangeLog -%%PORTDOCS%%share/doc/docbook-xsl/htmlhelp/htmlhelp-common.xsl -%%PORTDOCS%%share/doc/docbook-xsl/htmlhelp/htmlhelp.xsl -%%PORTDOCS%%share/doc/docbook-xsl/htmlhelp/langcodes.xml -%%PORTDOCS%%share/doc/docbook-xsl/htmlhelp/profile-htmlhelp-common.xsl -%%PORTDOCS%%share/doc/docbook-xsl/htmlhelp/profile-htmlhelp.xsl %%PORTDOCS%%share/doc/docbook-xsl/index.html %%PORTDOCS%%share/doc/docbook-xsl/jrefhtml.xsl %%PORTDOCS%%share/doc/docbook-xsl/lib/ChangeLog @@ -768,6 +762,12 @@ share/xsl/docbook/html/titlepage.xsl share/xsl/docbook/html/toc.xsl share/xsl/docbook/html/verbatim.xsl share/xsl/docbook/html/xref.xsl +share/xsl/docbook/htmlhelp/ChangeLog +share/xsl/docbook/htmlhelp/htmlhelp-common.xsl +share/xsl/docbook/htmlhelp/htmlhelp.xsl +share/xsl/docbook/htmlhelp/langcodes.xml +share/xsl/docbook/htmlhelp/profile-htmlhelp-common.xsl +share/xsl/docbook/htmlhelp/profile-htmlhelp.xsl share/xsl/docbook/images/ChangeLog share/xsl/docbook/images/blank.png share/xsl/docbook/images/callouts/1.gif @@ -1204,6 +1204,7 @@ share/xsl/docbook/xhtml/xref.xsl @dirrm share/xsl/docbook/javahelp @dirrm share/xsl/docbook/images/callouts @dirrm share/xsl/docbook/images +@dirrm share/xsl/docbook/htmlhelp @dirrm share/xsl/docbook/html @dirrm share/xsl/docbook/fo @dirrm share/xsl/docbook/extensions/xsltproc/python @@ -1232,7 +1233,6 @@ share/xsl/docbook/xhtml/xref.xsl %%PORTDOCS%%@dirrm share/doc/docbook-xsl/tools %%PORTDOCS%%@dirrm share/doc/docbook-xsl/template %%PORTDOCS%%@dirrm share/doc/docbook-xsl/lib -%%PORTDOCS%%@dirrm share/doc/docbook-xsl/htmlhelp %%PORTDOCS%%@dirrm share/doc/docbook-xsl/html %%PORTDOCS%%@dirrm share/doc/docbook-xsl/fo %%PORTDOCS%%@dirrm share/doc/docbook-xsl/common |