From 48fa41759231d8834a164f8f454fdb898b1bfc9d Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 14 Feb 2004 18:16:03 +0000 Subject: Put post-install information in MESSAGE instead of using an INSTALL script. Okayed by wiz. --- print/teTeX-bin/INSTALL | 17 ----------------- print/teTeX-bin/MESSAGE | 9 +++++++++ print/teTeX-bin/Makefile | 4 +--- 3 files changed, 10 insertions(+), 20 deletions(-) delete mode 100755 print/teTeX-bin/INSTALL create mode 100644 print/teTeX-bin/MESSAGE (limited to 'print/teTeX-bin') diff --git a/print/teTeX-bin/INSTALL b/print/teTeX-bin/INSTALL deleted file mode 100755 index 86560b43419..00000000000 --- a/print/teTeX-bin/INSTALL +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh -# -# $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 diff --git a/print/teTeX-bin/MESSAGE b/print/teTeX-bin/MESSAGE new file mode 100644 index 00000000000..1d4a1b7e14d --- /dev/null +++ b/print/teTeX-bin/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/14 18:16:03 snj Exp $ + +You should consider running ${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 ${PREFIX}/share/texmf/doc/tetex/. +=========================================================================== diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 8204ff71173..3ec825eea94 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2004/01/04 17:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2004/02/14 18:16:03 snj Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} @@ -21,8 +21,6 @@ INFO_FILES= latex.info dvips.info web2c.info kpathsea.info REPLACE_PERL= texk/xdvik/t1mapper \ texk/oxdvik/t1mapper -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL - .include "../../mk/bsd.prefs.mk" # sysutils/coreutils installs a 'readlink' program, so conflict with it if # GNU_PROGRAM_PREFIX == '' -- cgit v1.2.3