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 | b259a0a4388103cfe04c1f0f9d13e1d67cd6575b (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /print | |
parent | 9822f69382f86fc9995f243c31b81f739f6b59c6 (diff) | |
download | pkgsrc-b259a0a4388103cfe04c1f0f9d13e1d67cd6575b.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')
-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 |