INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Changes:
- Added support for multiple SFD files.
- New option `-L' to provide a ligature mapping file.
- New option `-w' to emit PostScript encoding vectors for
subfont files to be used with pdfLaTeX.
- Add support for a configuration file (ttf2pk.cfg) which can
read more than a single map file, similar to pdfTeX.
- Support for character codes greater than 0xFFFF.
- ttf2tfm no longer assumes that the x-height is always 400 PS
units.
bump PKGREVISION where necessary
Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
ttf2pk/ttf2tfm permit using TrueType fonts with teTeX.
To be used for pkgsrc-wip/cjk-latex & friends (fixes and
a working cjk-latex-wadalab font pkg to be committed too)