From b259a0a4388103cfe04c1f0f9d13e1d67cd6575b Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Feb 2004 15:29:15 +0000 Subject: 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. --- print/teTeX1-bin/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'print/teTeX1-bin') 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 -- cgit v1.2.3