diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 22:33:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 22:33:03 +0000 |
commit | 0504cf670f39a9d1915301352b3ddfde3446baf5 (patch) | |
tree | 2036ed996f54eb756eae11e2683f3168fefb7ebe | |
parent | dcfa687ba9a422a33e402e59e69a033628b32680 (diff) | |
download | pkgsrc-0504cf670f39a9d1915301352b3ddfde3446baf5.tar.gz |
Overlooked this INSTALL script snippet in previous commit.
-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 |