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 /net/xorp/Makefile | |
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 'net/xorp/Makefile')
-rw-r--r-- | net/xorp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index dcf2845cb62..52a7de151d7 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 14:50:06 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 15:29:15 jlam Exp $ # DISTNAME= xorp-0.3 @@ -12,11 +12,8 @@ COMMENT= Open router software platform # cli/libtecla/configure.in bombs if ncurses is installed CONFLICTS+= ncurses-[0-9]* -HAS_CONFIGURE= YES -GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make -CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/cli/libtecla/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/cli/libtecla/config.sub +GNU_CONFIGURE= YES +USE_GNU_TOOLS+= make +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "../../mk/bsd.pkg.mk" |