summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2004-02-14 00:54:44 +0000
committergrant <grant>2004-02-14 00:54:44 +0000
commitd6049c0347cc2c207072cbbae503df1a495e4120 (patch)
tree7b78cab28e7ca349de50d60d5ace808c46435287 /net
parent74235a9849fb45521896bc9993c46c03caad0e60 (diff)
downloadpkgsrc-d6049c0347cc2c207072cbbae503df1a495e4120.tar.gz
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'net')
-rw-r--r--net/libnids/Makefile5
-rw-r--r--net/nbtscan/Makefile3
-rw-r--r--net/quagga/Makefile4
-rw-r--r--net/sniffit/Makefile3
-rw-r--r--net/tcptrace/Makefile4
-rw-r--r--net/wu-ftpd/Makefile5
6 files changed, 6 insertions, 18 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 5ef64f83d44..b6f50ff9690 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/12/21 17:44:36 kristerw Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/14 00:54:45 grant Exp $
# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
#
@@ -13,9 +13,6 @@ COMMENT= Network monitoring library with TCP/IP reassembly
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-
BUILDLINK_DEPMETHOD.libnet= build
BUILDLINK_DEPMETHOD.libpcap= build
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile
index abef7e800fe..230eb2750f1 100644
--- a/net/nbtscan/Makefile
+++ b/net/nbtscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:25 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= nbtscan-1.5
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.inetcat.org/software/nbtscan.html
COMMENT= NetBIOS name network scanner
GNU_CONFIGURE= yes
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
ALL_TARGET= nbtscan
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 0a8d6b919ff..21e737dc35f 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 14:50:06 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/14 00:54:45 grant Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -19,8 +19,6 @@ GNU_CONFIGURE= # defined
PKG_SYSCONFSUBDIR?= zebra
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --localstatedir=/var/run/zebra
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
# you might need debugging, it's a developer release !
#CFLAGS+= -g
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index a14046a6bc8..1c49a68a983 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= sniffit.0.3.5
@@ -14,7 +14,6 @@ COMMENT= Packet sniffer program
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss
GNU_CONFIGURE= YES
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_BUILDLINK2= YES
ALL_TARGET=
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index a65c5aa25fc..9cefb13bcb9 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/10/03 16:15:13 kristerw Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/14 00:54:45 grant Exp $
# FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
#
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.tcptrace.org/
COMMENT= TCP dump file analysis tool
GNU_CONFIGURE= yes
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_BUILDLINK2= yes
ALL_TARGET= tcptrace
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile
index 563d3becb1d..33b69657fca 100644
--- a/net/wu-ftpd/Makefile
+++ b/net/wu-ftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/09/23 10:42:09 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/14 00:54:45 grant Exp $
# FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp
#
@@ -41,9 +41,6 @@ CONFLICTS+= lukemftpd-[0-9]*
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-
DIST_SUBDIR= wu-ftpd
.include "../../mk/bsd.prefs.mk"