pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/teTeX-bin Put post-install information in MESSAG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f5a0f609592
branches:  trunk
changeset: 468522:7f5a0f609592
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Feb 14 18:16:03 2004 +0000

description:
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.

diffstat:

 print/teTeX-bin/INSTALL  |  17 -----------------
 print/teTeX-bin/MESSAGE  |   9 +++++++++
 print/teTeX-bin/Makefile |   4 +---
 3 files changed, 10 insertions(+), 20 deletions(-)

diffs (52 lines):

diff -r 6c0fc0632357 -r 7f5a0f609592 print/teTeX-bin/INSTALL
--- a/print/teTeX-bin/INSTALL   Sat Feb 14 18:08:44 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 6c0fc0632357 -r 7f5a0f609592 print/teTeX-bin/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX-bin/MESSAGE   Sat Feb 14 18:16:03 2004 +0000
@@ -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 -r 6c0fc0632357 -r 7f5a0f609592 print/teTeX-bin/Makefile
--- a/print/teTeX-bin/Makefile  Sat Feb 14 18:08:44 2004 +0000
+++ b/print/teTeX-bin/Makefile  Sat Feb 14 18:16:03 2004 +0000
@@ -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 @@
 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 == ''



Home | Main Index | Thread Index | Old Index