diff options
author | jmmv <jmmv> | 2003-12-24 12:57:29 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-24 12:57:29 +0000 |
commit | ccc0e3f596c7e8aae21827d5961583d61527ef87 (patch) | |
tree | 1ad4343fae0f7ab26089c8acee2c101427dccc27 /print/teTeX1-bin/INSTALL | |
parent | 6f8e16b4c42417a88c5b8d00c1aff08427be48e3 (diff) | |
download | pkgsrc-ccc0e3f596c7e8aae21827d5961583d61527ef87.tar.gz |
Reimport of teTeX-bin version 1.0.7nb3 as teTeX1-bin:
This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.
Diffstat (limited to 'print/teTeX1-bin/INSTALL')
-rwxr-xr-x | print/teTeX1-bin/INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/teTeX1-bin/INSTALL b/print/teTeX1-bin/INSTALL new file mode 100755 index 00000000000..6061f677207 --- /dev/null +++ b/print/teTeX1-bin/INSTALL @@ -0,0 +1,17 @@ +#! /bin/sh +# +# $NetBSD: INSTALL,v 1.1.1.1 2003/12/24 12:57:30 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 |