diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-22 19:14:10 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-22 19:14:10 +0000 |
commit | 161142483da8a9c26032fd784334aa3a08a91281 (patch) | |
tree | 3612c56248ae9bcde5a7cce3b0211da1aaf36fcf /print | |
parent | c3eb9a3255892cab91f73fbc0a96bb94a080947c (diff) | |
download | pkgsrc-161142483da8a9c26032fd784334aa3a08a91281.tar.gz |
Replace "----------" lines with "==========", to match all other MESSAGEs
and notices.
Diffstat (limited to 'print')
-rwxr-xr-x | print/teTeX-bin/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-bin/INSTALL b/print/teTeX-bin/INSTALL index 87f64b935cb..86560b43419 100755 --- a/print/teTeX-bin/INSTALL +++ b/print/teTeX-bin/INSTALL @@ -1,17 +1,17 @@ #! /bin/sh # -# $NetBSD: INSTALL,v 1.2 2002/09/21 01:48:02 jlam Exp $ +# $NetBSD: INSTALL,v 1.3 2002/12/22 19:14:10 jmmv Exp $ case ${STAGE} in POST-INSTALL) ${CAT} << EOT ---------------------------------------------------------------------------- +=========================================================================== You may consider running ${PKG_PREFIX}/bin/texconfig to adjust for your local environment, e.g. configure font generation to use a temporary directory. For further information have a look at ${PKG_PREFIX}/share/texmf/doc/tetex/. ---------------------------------------------------------------------------- +=========================================================================== EOT ;; esac |