summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-14 18:16:03 +0000
committersnj <snj@pkgsrc.org>2004-02-14 18:16:03 +0000
commit52bdbb3a32d6fd55af678ac4270ddb0e837a77fb (patch)
treeddead3774e74d5b72e04043c6448b04b72c3b28a /print
parentd41cb93b37809dae24ce375a47b346805c435a2d (diff)
downloadpkgsrc-52bdbb3a32d6fd55af678ac4270ddb0e837a77fb.tar.gz
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'print')
-rwxr-xr-xprint/teTeX-bin/INSTALL17
-rw-r--r--print/teTeX-bin/MESSAGE9
-rw-r--r--print/teTeX-bin/Makefile4
3 files changed, 10 insertions, 20 deletions
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 == ''