diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-14 22:29:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-14 22:29:49 +0000 |
commit | 317685619eb37db1137209934fe51301d2ae0a90 (patch) | |
tree | d6683f72a6da27b94238a56cfb0fff2f80085189 /textproc/tex-makeindex-doc/Makefile | |
parent | 817cb5df6274cb8c183285dfc7ab54bf588e093c (diff) | |
download | pkgsrc-317685619eb37db1137209934fe51301d2ae0a90.tar.gz |
Update tex-makeindex-doc to the version in TeX Live 2009.
- Directory layout changes.
Diffstat (limited to 'textproc/tex-makeindex-doc/Makefile')
-rw-r--r-- | textproc/tex-makeindex-doc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/textproc/tex-makeindex-doc/Makefile b/textproc/tex-makeindex-doc/Makefile index d5aba3a067e..5e0c7edd911 100644 --- a/textproc/tex-makeindex-doc/Makefile +++ b/textproc/tex-makeindex-doc/Makefile @@ -1,11 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 06:30:32 minskim Exp $ -# TeX Live Revision 12671 +# $NetBSD: Makefile,v 1.2 2010/02/14 22:29:49 minskim Exp $ +# TeX Live Revision 16044 DISTNAME= makeindex.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.12 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-makeindex -.include "../../print/texlive/module.mk" +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist + +TEXLIVE_IGNORE_PATTERNS= texmf/doc/man + +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |