summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-14 18:30:28 +0000
committersnj <snj@pkgsrc.org>2004-02-14 18:30:28 +0000
commitf129d038817186698a83e36298f8ead81a4666ff (patch)
tree2c2446c5852ecaa2a7fd954c05db027bb6ffd0f8 /print
parentdaa975015f86afbd19bad1b3495a7027d5b61aa1 (diff)
downloadpkgsrc-f129d038817186698a83e36298f8ead81a4666ff.tar.gz
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'print')
-rwxr-xr-xprint/teTeX1-bin/INSTALL17
-rw-r--r--print/teTeX1-bin/MESSAGE10
-rw-r--r--print/teTeX1-bin/Makefile4
3 files changed, 11 insertions, 20 deletions
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