summaryrefslogtreecommitdiff
path: root/net/xorp
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 15:29:15 +0000
committerjlam <jlam>2004-02-14 15:29:15 +0000
commitd166ab063e77ba4edfe9207d07d6190ff7407c0d (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /net/xorp
parent500f338e9a6c18f4dfaa9e7d94e1a233ee1fd0b9 (diff)
downloadpkgsrc-d166ab063e77ba4edfe9207d07d6190ff7407c0d.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')
-rw-r--r--net/xorp/Makefile11
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"