diff options
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index ae1901f5e04..6dd981574d2 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2003/08/04 22:02:30 seb Exp $ +# $NetBSD: Makefile,v 1.45 2003/08/04 22:33:03 seb Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -30,6 +30,8 @@ CFLAGS+= -Dunix USE_NEW_TEXINFO= YES 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 |