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 | 63a4b3e92bb7b8bda0b33ab98ff8a87b9f8689a5 (patch) | |
tree | c6d07196d56bc6aa2ed07e1125fab2915f3c28c0 /graphics | |
parent | b284b7bfb463969add3cf7d37a1f88a8c6c03d81 (diff) | |
download | pkgsrc-63a4b3e92bb7b8bda0b33ab98ff8a87b9f8689a5.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 'graphics')
-rw-r--r-- | graphics/tex-xypic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tex-xypic/Makefile b/graphics/tex-xypic/Makefile index b2ad29a3905..5121f6059e8 100644 --- a/graphics/tex-xypic/Makefile +++ b/graphics/tex-xypic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/03/14 00:12:31 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/06 08:43:32 minskim Exp $ DISTNAME= xypic PKGNAME= tex-${DISTNAME}-3.8.5 +PKGREVISION= 1 TEXLIVE_REV= 21380 MAINTAINER= minskim@NetBSD.org |