diff options
author | snj <snj@pkgsrc.org> | 2004-02-14 18:30:28 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-14 18:30:28 +0000 |
commit | f129d038817186698a83e36298f8ead81a4666ff (patch) | |
tree | 2c2446c5852ecaa2a7fd954c05db027bb6ffd0f8 /print/teTeX1-bin/Makefile | |
parent | daa975015f86afbd19bad1b3495a7027d5b61aa1 (diff) | |
download | pkgsrc-f129d038817186698a83e36298f8ead81a4666ff.tar.gz |
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'print/teTeX1-bin/Makefile')
-rw-r--r-- | print/teTeX1-bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |