diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
commit | 8b4513c505a8a73ad3e700d12d97ba13fd888317 (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /print/teTeX1-bin | |
parent | fba1210466a8755cb12c7bb646726733ca828481 (diff) | |
download | pkgsrc-8b4513c505a8a73ad3e700d12d97ba13fd888317.tar.gz |
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
Diffstat (limited to 'print/teTeX1-bin')
-rw-r--r-- | print/teTeX1-bin/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 32022b529c9..87fed981f24 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/24 14:58:00 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/14 15:29:15 jlam Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -34,14 +34,6 @@ INFO_FILES= latex.info dvips.info web2c.info kpathsea.info INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL GNU_CONFIGURE= yes -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/texk/config.guess -CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config/config.guess -CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/libs/ncurses/config.guess -CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/texinfo/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/texk/config.sub -CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config/config.sub -CONFIG_SUB_OVERRIDE+= ${WRKSRC}/libs/ncurses/config.sub -CONFIG_SUB_OVERRIDE+= ${WRKSRC}/texinfo/config.sub CONFIGURE_ARGS+= --without-texinfo CONFIGURE_ARGS+= --without-dialog CONFIGURE_ARGS+= --disable-multiplatform |