diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-06 08:43:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-06 08:43:28 +0000 |
commit | c8dca00623b292ee9186a3266c32cb3b525f9674 (patch) | |
tree | c6d07196d56bc6aa2ed07e1125fab2915f3c28c0 /print/tex-tetex-doc/Makefile | |
parent | ef8ae5f1669358a8b328ddde4417700daad99cd8 (diff) | |
download | pkgsrc-c8dca00623b292ee9186a3266c32cb3b525f9674.tar.gz |
Replace the updmap script with the version in TeX Live 2011.
Updating font maps is considerably faster with this version.
Diffstat (limited to 'print/tex-tetex-doc/Makefile')
-rw-r--r-- | print/tex-tetex-doc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/print/tex-tetex-doc/Makefile b/print/tex-tetex-doc/Makefile index 57f260bfe3d..6eba07bc12c 100644 --- a/print/tex-tetex-doc/Makefile +++ b/print/tex-tetex-doc/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.8 2011/03/03 22:13:19 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2011/11/06 08:43:28 minskim Exp $ DISTNAME= tetex.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.0.19695 -TEXLIVE_REV= 21308 +PKGNAME= tex-${DISTNAME:S/./-/}-3.0.24482 +TEXLIVE_REV= 24482 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-tetex CONFLICTS+= teTeX-bin<=3.0nb42 +CONFLICTS+= texlive-tetex<2011 TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf -TEXLIVE_IGNORE_PATTERNS= texmf/doc/man +TEXLIVE_IGNORE_PATTERNS+= texmf/doc/man/man1/a* texmf/doc/man/man1/d* \ + texmf/doc/man/man1/f* texmf/doc/man/man1/t* \ + texmf/doc/man/man5/f* .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |