pkgsrc/print/tex-texlive-docindex-doc/Makefile
minskim 709964f994 Update tex-texlive-docindex{,-doc} to 2013
Files in share/texmf have been moved to share/texmf-dist, and
hyperlinks updated accordingly.
2013-11-13 18:36:14 +00:00

24 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/11/13 18:36:14 minskim Exp $
DISTNAME= texlive-docindex.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2013
TEXLIVE_REV= 32131
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Documentation for tex-texlive-docindex
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to documentation files.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= doc.html
SUBST_SED.paths= -e 's,<a href="texmf,<a href="../../texmf,g'
INSTALLATION_DIRS+= share/doc/texlive
.include "../../print/texlive/package.mk"
do-install:
${INSTALL_DATA} ${WRKSRC}/doc.html \
${DESTDIR}${PREFIX}/share/doc/texlive/
.include "../../mk/bsd.pkg.mk"