diff options
author | snj <snj> | 2004-02-14 18:30:28 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-14 18:30:28 +0000 |
commit | 8df077499be8c59f2b2ac6b396036d8f5330dc53 (patch) | |
tree | 2c2446c5852ecaa2a7fd954c05db027bb6ffd0f8 /print | |
parent | 8b68e8a00b5c6e899c2d7de79040073262db76cd (diff) | |
download | pkgsrc-8df077499be8c59f2b2ac6b396036d8f5330dc53.tar.gz |
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'print')
-rwxr-xr-x | print/teTeX1-bin/INSTALL | 17 | ||||
-rw-r--r-- | print/teTeX1-bin/MESSAGE | 10 | ||||
-rw-r--r-- | print/teTeX1-bin/Makefile | 4 |
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 |