mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
18 lines
747 B
Plaintext
18 lines
747 B
Plaintext
teTeX
|
|
@exec echo
|
|
@exec echo "------------------------------------------------------"
|
|
@exec echo "Final touch:"
|
|
@exec echo
|
|
@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 did not configure"
|
|
@exec echo " font generation to use a temporary directory."
|
|
@exec echo "6. For further information have a look at"
|
|
@exec echo " /usr/local/teTeX/texmf/doc/tetex/* ."
|
|
@exec echo "------------------------------------------------------"
|
|
@exec echo
|
|
@unexec rm -rf teTeX
|