openbsd-ports/print/teTeX/base/files/install-note
espie 9d6565969b Port of teTeX 1.0.6, base archive.
(first try at removing the 2 level limitation of the ports tree)
1999-08-10 19:09:58 +00:00

21 lines
460 B
Bash

#! /bin/sh
TEXMF=$PREFIX/share/texmf
cat <<EOT
--------------------------------------------------------
Final touch:
1. Run $PREFIX/bin/texconfig
to adjust for your local environment.
2. Chmod 1777 $TEXMF/fonts/{pk,tfm}
and all subdirectories if you did not configure
font generation to use a temporary directory.
3. For further information have a look at
$TEXMF/doc/tetex/.
--------------------------------------------------------
EOT
exit 0