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 /fonts/tex-mflogo | |
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 'fonts/tex-mflogo')
-rw-r--r-- | fonts/tex-mflogo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-mflogo/Makefile b/fonts/tex-mflogo/Makefile index 9f0cdd25c48..d728b721272 100644 --- a/fonts/tex-mflogo/Makefile +++ b/fonts/tex-mflogo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/09/14 20:50:11 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/06 08:43:31 minskim Exp $ DISTNAME= mflogo PKGNAME= tex-${DISTNAME}-2009 +PKGREVISION= 1 TEXLIVE_REV= 17487 DIST_SUBDIR= ${PKGBASE}-${TEXLIVE_REV}.2010 |