summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-22 19:14:10 +0000
committerjmmv <jmmv>2002-12-22 19:14:10 +0000
commit92539b13d722704d79fc158cb42e241e1fa37624 (patch)
tree3612c56248ae9bcde5a7cce3b0211da1aaf36fcf /print
parentcf23aece6fae419be326a0b489a754377de270a1 (diff)
downloadpkgsrc-92539b13d722704d79fc158cb42e241e1fa37624.tar.gz
Replace "----------" lines with "==========", to match all other MESSAGEs
and notices.
Diffstat (limited to 'print')
-rwxr-xr-xprint/teTeX-bin/INSTALL6
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