From f129d038817186698a83e36298f8ead81a4666ff Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 14 Feb 2004 18:30:28 +0000 Subject: Put post-install information in MESSAGE instead of using an INSTALL script. Okayed by wiz. --- print/teTeX1-bin/INSTALL | 17 ----------------- print/teTeX1-bin/MESSAGE | 10 ++++++++++ print/teTeX1-bin/Makefile | 4 +--- 3 files changed, 11 insertions(+), 20 deletions(-) delete mode 100755 print/teTeX1-bin/INSTALL create mode 100644 print/teTeX1-bin/MESSAGE (limited to 'print/teTeX1-bin') diff --git a/print/teTeX1-bin/INSTALL b/print/teTeX1-bin/INSTALL deleted file mode 100755 index 6061f677207..00000000000 --- a/print/teTeX1-bin/INSTALL +++ /dev/null @@ -1,17 +0,0 @@ -#! /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 diff --git a/print/teTeX1-bin/MESSAGE b/print/teTeX1-bin/MESSAGE new file mode 100644 index 00000000000..72955355770 --- /dev/null +++ b/print/teTeX1-bin/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/14 18:30:28 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/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 87fed981f24..3b4dd22f0bf 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 15:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/14 18:30:28 snj Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -31,8 +31,6 @@ CFLAGS+= -Dunix INFO_FILES= latex.info dvips.info web2c.info kpathsea.info -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-texinfo CONFIGURE_ARGS+= --without-dialog -- cgit v1.2.3