diff options
Diffstat (limited to 'textproc/docbook-xsl/Makefile')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 0ba38c9c4de..dc1e106a8b9 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/06/06 04:29:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2004/11/09 21:20:49 jmmv Exp $ # -DISTNAME= docbook-xsl-1.65.0 +DISTNAME= docbook-xsl-1.67.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} @@ -20,28 +20,10 @@ DOCDIR= ${PREFIX}/share/doc/docbook-xsl EGDIR= ${PREFIX}/share/examples/docbook-xsl XSLDIR= ${PREFIX}/share/xsl/docbook XSLMODS= common extensions fo html htmlhelp images javahelp \ - lib manpages params profiling tools xhtml + lib manpages params profiling xhtml XML_CATALOGS= ${XSLDIR}/catalog -FIX_APOS= doc/html/htmlhelp.hhp.windows\'.html -FIX_APOS+= doc/html/htmlhelp.show.toolbar.text\'.html - -SUBST_CLASSES+= fix-apos -SUBST_STAGE.fix-apos= post-patch -SUBST_MESSAGE.fix-apos= "Fixing references to files with apostrophes in names." -SUBST_FILES.fix-apos= ${FIX_APOS:H:u:S/$/\/*/} -SUBST_SED.fix-apos= -.for f in ${FIX_APOS} -SUBST_SED.fix-apos+= -e "s|${f:T}|${f:T:S/\'/.apos/g}|g" -.endfor - -post-extract: -.for f in ${FIX_APOS} - ${MV} ${WRKSRC}/${f} ${WRKSRC}/${f:S/\'/.apos/g} -.endfor -.undef f - do-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${DOCDIR} |