pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX1-bin Put post-install information in MESSA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44368f73d98c
branches:  trunk
changeset: 468528:44368f73d98c
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Feb 14 18:30:28 2004 +0000

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

diffstat:

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

diffs (53 lines):

diff -r e7edee63e694 -r 44368f73d98c print/teTeX1-bin/INSTALL
--- a/print/teTeX1-bin/INSTALL  Sat Feb 14 18:29:17 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e7edee63e694 -r 44368f73d98c print/teTeX1-bin/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX1-bin/MESSAGE  Sat Feb 14 18:30:28 2004 +0000
@@ -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 -r e7edee63e694 -r 44368f73d98c print/teTeX1-bin/Makefile
--- a/print/teTeX1-bin/Makefile Sat Feb 14 18:29:17 2004 +0000
+++ b/print/teTeX1-bin/Makefile Sat Feb 14 18:30:28 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index