mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
14 lines
507 B
Plaintext
14 lines
507 B
Plaintext
|
@cwd /usr/local
|
||
|
teTeX
|
||
|
@exec echo
|
||
|
@exec echo "Final touch:"
|
||
|
@exec echo "1. add /usr/local/teTeX/bin to PATH;"
|
||
|
@exec echo "2. add /usr/local/teTeX/man to MANPATH;"
|
||
|
@exec echo "3. add /usr/local/teTeX/info to INFOPATH;"
|
||
|
@exec echo "4. run texconfig to adjust for your local environment;"
|
||
|
@exec echo "5. chmod 1777 /usr/local/teTeX/texmf/fonts/{pk,tfm}"
|
||
|
@exec echo " and all subdirectories if you didn't configure"
|
||
|
@exec echo " font generation to use a temporary directory."
|
||
|
@exec echo
|
||
|
@unexec rm -rf teTeX
|