eeb7369472
Changes: * MetaPost now adheres to the openin_any / openout_any settings in texmf.cnf * In some cases 'readfrom' made the file's path be prepended to the actually read string from the file. * The 'prologues:=3 output' with embedded labels was unreliable, especially when the resulting eps was included into a TeX document via dvips. * 'newinternal numeric' has been fixed, it generated an error in metapost 1.211. * Label regeneration sometimes failed to run when the file time stamps were close together. * Reallocation of the string pool during output file name creation ('outputtemplate') could cause corruption in the created file's name.
16 lines
398 B
Makefile
16 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/12/15 22:34:40 minskim Exp $
|
|
|
|
DISTNAME= metapost.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-1.212
|
|
TEXLIVE_REV= 23089
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Documentation for tex-metapost
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb25
|
|
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
|
TEXLIVE_IGNORE_PATTERNS= texmf
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|