summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 20:07:36 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 20:07:36 +0000
commit585534220c0ea1afd4b19eb9ffb4355e14576dcd (patch)
treeed91fd903dcb96e6914328617419b0659c2bb9f1 /net
parent9f94b112f01d9322b4806a06b02bdb565874da4d (diff)
downloadpkgsrc-585534220c0ea1afd4b19eb9ffb4355e14576dcd.tar.gz
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Diffstat (limited to 'net')
-rw-r--r--net/ORBit/Makefile4
-rw-r--r--net/ORBit2/Makefile4
-rw-r--r--net/adns/Makefile4
-rw-r--r--net/amule/Makefile4
-rw-r--r--net/bmon/Makefile4
-rw-r--r--net/boinc3-seti/Makefile4
-rw-r--r--net/bug-buddy/Makefile4
-rw-r--r--net/chrony/Makefile4
-rw-r--r--net/dc_gui2/Makefile4
-rw-r--r--net/dctc/Makefile4
-rw-r--r--net/docsis/Makefile4
-rw-r--r--net/entropy/Makefile4
-rw-r--r--net/etherape/Makefile4
-rw-r--r--net/flan/Makefile4
-rw-r--r--net/freenet-tools/Makefile4
-rw-r--r--net/freeradius/Makefile4
-rw-r--r--net/ftplibpp/Makefile4
-rw-r--r--net/gini/Makefile4
-rw-r--r--net/gkrellm-ping/Makefile4
-rw-r--r--net/gkrellm-wireless/Makefile4
-rw-r--r--net/gkrellm1-snmp/Makefile4
-rw-r--r--net/gkrellm1-wireless/Makefile4
-rw-r--r--net/gnome-netstatus/Makefile4
-rw-r--r--net/gnugk/Makefile4
-rw-r--r--net/gopher/Makefile4
-rw-r--r--net/gtk-gnutella/Makefile4
-rw-r--r--net/gtk_wicontrol/Makefile4
-rw-r--r--net/hobbitmon/Makefile4
-rw-r--r--net/iplog/Makefile4
-rw-r--r--net/ipv6calc/Makefile4
-rw-r--r--net/ishell/Makefile4
-rw-r--r--net/kphone/Makefile4
-rw-r--r--net/libIDL/Makefile4
-rw-r--r--net/libdnet/Makefile4
-rw-r--r--net/libpcap/Makefile4
-rw-r--r--net/lopster/Makefile4
-rw-r--r--net/mDNSResponder/Makefile4
-rw-r--r--net/md-whois/Makefile4
-rw-r--r--net/mldonkey/Makefile.common4
-rw-r--r--net/mtr-gtk/Makefile4
-rw-r--r--net/mtr/Makefile4
-rw-r--r--net/netatalk/Makefile4
-rw-r--r--net/netatalk1/Makefile4
-rw-r--r--net/netsaint-base/Makefile.common4
-rw-r--r--net/nprobe/Makefile4
-rw-r--r--net/ntop/Makefile4
-rw-r--r--net/openh323/Makefile4
-rw-r--r--net/openslp/Makefile4
-rw-r--r--net/polsms/Makefile4
-rw-r--r--net/poptop/Makefile4
-rw-r--r--net/pppd/Makefile4
-rw-r--r--net/proftpd/Makefile4
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--net/quagga/Makefile4
-rw-r--r--net/rp-l2tp/Makefile4
-rw-r--r--net/socket++/Makefile4
-rw-r--r--net/tightvnc/Makefile4
-rw-r--r--net/torrentutils/Makefile4
-rw-r--r--net/tsclient/Makefile4
-rw-r--r--net/tsocks/Makefile4
-rw-r--r--net/unison-devel/Makefile4
-rw-r--r--net/unison/Makefile4
-rw-r--r--net/vino/Makefile4
-rw-r--r--net/vpnc/Makefile4
-rw-r--r--net/wol/Makefile4
-rw-r--r--net/xmftp/Makefile4
-rw-r--r--net/xorp/Makefile4
-rw-r--r--net/zebra/Makefile4
68 files changed, 136 insertions, 136 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index ba9691b4f3a..bcbeb4b4c98 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2005/04/11 21:46:44 tv Exp $
+# $NetBSD: Makefile,v 1.114 2005/05/22 20:08:23 jlam Exp $
DISTNAME= ORBit-0.5.17
CATEGORIES= net
@@ -12,7 +12,7 @@ COMMENT= High-performance CORBA ORB with support for the C language
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= lex make yacc
+USE_TOOLS+= bison gmake lex
USE_LIBTOOL= YES
PTHREAD_AUTO_VARS= YES
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile
index 9aa3f12f3b7..9e1922b6bd3 100644
--- a/net/ORBit2/Makefile
+++ b/net/ORBit2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/04/26 17:57:56 drochner Exp $
+# $NetBSD: Makefile,v 1.39 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= ORBit2-2.12.2
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS= linc>=1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/net/adns/Makefile b/net/adns/Makefile
index e13cd8b1be9..7ea2e99977b 100644
--- a/net/adns/Makefile
+++ b/net/adns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:44 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= adns-1.1
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
COMMENT= Asynchronous-capable DNS client library and utilities
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/net/amule/Makefile b/net/amule/Makefile
index 34535049457..2ad8cc019af 100644
--- a/net/amule/Makefile
+++ b/net/amule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:46:44 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= aMule-1.2.8
@@ -17,7 +17,7 @@ BUILD_USES_MSGFMT= yes
CONFLICTS= xmule-[0-9]*
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_X11= yes
diff --git a/net/bmon/Makefile b/net/bmon/Makefile
index ea5ae5a0af2..277379a29c2 100644
--- a/net/bmon/Makefile
+++ b/net/bmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= bmon-2.0.1
@@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= YES
# In NetBSD 1.6.x the native curses implementation has problems with bmon.
diff --git a/net/boinc3-seti/Makefile b/net/boinc3-seti/Makefile
index d1e7ceb5b36..17b29bd9733 100644
--- a/net/boinc3-seti/Makefile
+++ b/net/boinc3-seti/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= seti_boinc-client-cvs-2004-07-15
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= BOINCDIR=${BUILDLINK_DIR}/boinc3
# XXX don't know why MySQL is needed here
#CONFIGURE_ENV+= MYSQL_CONFIG=true
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CLIENTBINNAME= setiathome-3.10.${MACHINE_GNU_PLATFORM}
CLIENTVERSION= 310
diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile
index 5844b79ec12..a2f73bceafd 100644
--- a/net/bug-buddy/Makefile
+++ b/net/bug-buddy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= bug-buddy-2.10.0
@@ -15,7 +15,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
USE_LIBTOOL= YES
diff --git a/net/chrony/Makefile b/net/chrony/Makefile
index d85053ae7f7..845b0af6610 100644
--- a/net/chrony/Makefile
+++ b/net/chrony/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:23 jlam Exp $
DISTNAME= chrony-1.20
PKGREVISION= 1
@@ -10,7 +10,7 @@ HOMEPAGE= http://chrony.sunsite.dk/index.php
COMMENT= Daemon for maintaining the accuracy of computer clocks
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
diff --git a/net/dc_gui2/Makefile b/net/dc_gui2/Makefile
index 672aa81278a..d7519463dc8 100644
--- a/net/dc_gui2/Makefile
+++ b/net/dc_gui2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= dc_gui2-0.75
@@ -17,7 +17,7 @@ GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --enable-manual-db-detect
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
UNLIMIT_RESOURCES+= datasize
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index 52a563c5a06..ac462ce70a3 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= dctc-0.85.4
@@ -14,7 +14,7 @@ COMMENT= Direct Connect clone (Direct Connect Text Client)
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-manual-db-detect
USE_PERL5= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
diff --git a/net/docsis/Makefile b/net/docsis/Makefile
index 80f288403fa..b745b798bfc 100644
--- a/net/docsis/Makefile
+++ b/net/docsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= docsis-0.9.2
@@ -12,7 +12,7 @@ COMMENT= Utility for manipulating DOCSIS-compliant cable modems
BUILD_DEPENDS+= bison>=1.25:../../devel/bison
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= m4
+USE_TOOLS+= gm4
.include "../../net/net-snmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/entropy/Makefile b/net/entropy/Makefile
index d8817a41636..d6993c92eb4 100644
--- a/net/entropy/Makefile
+++ b/net/entropy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:46 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= entropy-${ENTROPY_VERSION}
@@ -14,7 +14,7 @@ HOMEPAGE= http://entropy.stop1984.com/
COMMENT= Anonymous peer-to-peer networking node (similar to Freenet)
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
ENTROPY_VERSION= 0.8.2-418
diff --git a/net/etherape/Makefile b/net/etherape/Makefile
index 1f26e0dbc36..f618d6634e1 100644
--- a/net/etherape/Makefile
+++ b/net/etherape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:46 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:23 jlam Exp $
DISTNAME= etherape-0.9.1
PKGREVISION= 1
@@ -9,7 +9,7 @@ MAINTAINER= damon@NetBSD.org
HOMEPAGE= http://etherape.sourceforge.net/
COMMENT= Graphical network monitor
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_DIRS+= xdg-1.1
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
diff --git a/net/flan/Makefile b/net/flan/Makefile
index 988231daadb..0324d25e122 100644
--- a/net/flan/Makefile
+++ b/net/flan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:46 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= Flan
@@ -13,7 +13,7 @@ COMMENT= Simulator for IP networks written in Java
WRKSRC= ${WRKDIR}/src
USE_JAVA= yes
PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 jdk13 jdk14
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-build:
cd ${WRKSRC} ; ${PKG_JAVA_HOME}/bin/jar cf flan.jar flan/ graphic/
diff --git a/net/freenet-tools/Makefile b/net/freenet-tools/Makefile
index 47ac0284f53..549ea9f26ae 100644
--- a/net/freenet-tools/Makefile
+++ b/net/freenet-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:46 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= ft-0.2.23
@@ -12,7 +12,7 @@ MAINTAINER= tv@duh.org
HOMEPAGE= http://entropy.stop1984.com/
COMMENT= Freenet Tools, freesite manipulation tools for Freenet and Entropy
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} CFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
CFLAGS+= -DFT_BIN=\"${PREFIX}/bin\"
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index a687ef11e1b..beed546cfbd 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/05/18 21:58:45 adrianp Exp $
+# $NetBSD: Makefile,v 1.29 2005/05/22 20:08:23 jlam Exp $
DISTNAME= freeradius-1.0.2
PKGREVISION= 2
@@ -13,7 +13,7 @@ COMMENT= Free RADIUS server implementation
.include "../../mk/bsd.prefs.mk"
CONFLICTS+= radiusd-cistron*
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
USE_PERL5= YES
diff --git a/net/ftplibpp/Makefile b/net/ftplibpp/Makefile
index bc20e4785aa..f4f5e2f8334 100644
--- a/net/ftplibpp/Makefile
+++ b/net/ftplibpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:46 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= ftplibpp-1.0.1
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://home.arcor.de/breitscheid/ftplibpp/ftplibpp.html
COMMENT= C++ class providing ftp client functionality
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ftplibpp
diff --git a/net/gini/Makefile b/net/gini/Makefile
index 94b93ac0877..fc32ee8b54f 100644
--- a/net/gini/Makefile
+++ b/net/gini/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= gini-0.5.1
@@ -12,7 +12,7 @@ HOMEPAGE= http://gini.sourceforge.net/
COMMENT= Free streaming media server
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
.include "../../audio/libvorbis/buildlink3.mk"
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile
index d9e5880ceec..6579f9d884a 100644
--- a/net/gkrellm-ping/Makefile
+++ b/net/gkrellm-ping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gkrellmPing-0.2-3
PKGNAME= gkrellm-ping-0.2.3
@@ -11,7 +11,7 @@ HOMEPAGE= http://gkrellmping.dweb.ro/
COMMENT= gkrellm ping plugin
WRKSRC= ${WRKDIR}/gkrellmPing
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
diff --git a/net/gkrellm-wireless/Makefile b/net/gkrellm-wireless/Makefile
index 95478f7477e..ef7dce3a5c5 100644
--- a/net/gkrellm-wireless/Makefile
+++ b/net/gkrellm-wireless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gkrellmwireless-2.0.3
PKGNAME= ${DISTNAME:S/gkrellm/gkrellm-/}
@@ -13,7 +13,7 @@ COMMENT= Wavelan signal strength monitor for gkrellm
ONLY_FOR_PLATFORM= *BSD-*-* Linux-*-*
WRKSRC= ${WRKDIR}/gkrellmwireless
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../sysutils/gkrellm/buildlink3.mk"
diff --git a/net/gkrellm1-snmp/Makefile b/net/gkrellm1-snmp/Makefile
index 893cd031eb4..326fe9d1fc8 100644
--- a/net/gkrellm1-snmp/Makefile
+++ b/net/gkrellm1-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gkrellm_snmp-0.18
PKGNAME= gkrellm-snmp-0.18
@@ -10,7 +10,7 @@ MAINTAINER= jasper@pointless.net
HOMEPAGE= http://triq.net/gkrellm.html
COMMENT= Simple SNMP monitor for gkrellm
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
diff --git a/net/gkrellm1-wireless/Makefile b/net/gkrellm1-wireless/Makefile
index 38cb413eb78..a9afb265ae7 100644
--- a/net/gkrellm1-wireless/Makefile
+++ b/net/gkrellm1-wireless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gkrellmwireless-0.2.2
PKGNAME= gkrellm-wireless-0.2.2
@@ -12,7 +12,7 @@ COMMENT= Wavelan signal strength monitor for gkrellm
ONLY_FOR_PLATFORM= *BSD-*-* Linux-*-*
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index 639ab773b80..9a349466849 100644
--- a/net/gnome-netstatus/Makefile
+++ b/net/gnome-netstatus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= gnome-netstatus-2.10.0
@@ -12,7 +12,7 @@ COMMENT= Network status applet for the GNOME panel
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/net/gnugk/Makefile b/net/gnugk/Makefile
index 2d75f7d4222..d978b23ab2f 100644
--- a/net/gnugk/Makefile
+++ b/net/gnugk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gnugk-2.2.0
PKGREVISION= 1
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnugk.org/
COMMENT= H.323 Gatekeeper
-USE_GNU_TOOLS= make
+USE_TOOLS= gmake
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_PTLIB_CONFIG=${PREFIX}/bin/ptlib-config
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
index 97ce4b61c48..233c632f8bd 100644
--- a/net/gopher/Makefile
+++ b/net/gopher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= gopher_3.0.6
@@ -12,7 +12,7 @@ COMMENT= Distributed document delivery client and server
WRKSRC= ${WRKDIR}/gopher
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS+=--disable-auth
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile
index ba7c22e7f6d..d5666872a79 100644
--- a/net/gtk-gnutella/Makefile
+++ b/net/gtk-gnutella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/05/11 09:50:11 adam Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gtk-gnutella-0.95.2
CATEGORIES= net
@@ -9,7 +9,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gtk-gnutella.sourceforge.net/
COMMENT= GTK-based gnutella client
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
USE_X11= yes
HAS_CONFIGURE= yes
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile
index 11075e7424d..939c0e5a6b6 100644
--- a/net/gtk_wicontrol/Makefile
+++ b/net/gtk_wicontrol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:47 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:24 jlam Exp $
DISTNAME= gtk_wicontrol-0.17
PKGREVISION= 3
@@ -14,7 +14,7 @@ ONLY_FOR_PLATFORM= *BSD-*-*
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile
index 41455b55c33..5ee8a0e04e7 100644
--- a/net/hobbitmon/Makefile
+++ b/net/hobbitmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:48 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= hobbit-4.0-beta6
@@ -14,7 +14,7 @@ COMMENT= Network services monitor a la Big Brother
DEPENDS+= fping>2:../../net/fping
HAS_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL=YES
.include "../../mk/bsd.prefs.mk"
diff --git a/net/iplog/Makefile b/net/iplog/Makefile
index 399d2d732ca..5dafc5bb23e 100644
--- a/net/iplog/Makefile
+++ b/net/iplog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:48 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= iplog-2.2.3
@@ -10,7 +10,7 @@ MAINTAINER= gremlin@portal-to-web.de
HOMEPAGE= http://ojnk.sourceforge.net/
COMMENT= Iplog is a tool using pcap to log IP traffic
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
index f91aad10f9c..423eea6aa2e 100644
--- a/net/ipv6calc/Makefile
+++ b/net/ipv6calc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:48 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= ipv6calc-0.48
@@ -13,7 +13,7 @@ COMMENT= Manipulates IPv6 addresses
# be listed in README-IPv6.html. Leave this comment here to make it so!
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV+= root=${PREFIX}
INSTALL_TARGET= installonly
diff --git a/net/ishell/Makefile b/net/ishell/Makefile
index 429404c3d8c..0b31e03d185 100644
--- a/net/ishell/Makefile
+++ b/net/ishell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:48 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= ish-v${VERSION}
@@ -15,7 +15,7 @@ VERSION= 0.2
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
NO_CONFIGURE= yes
MAKE_ENV+= LIBS="${LIBS}"
diff --git a/net/kphone/Makefile b/net/kphone/Makefile
index 79dd972f95b..d8f84ed6a88 100644
--- a/net/kphone/Makefile
+++ b/net/kphone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/25 19:01:32 schwarz Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:24 jlam Exp $
DISTNAME= kphone-4.1.0
CATEGORIES= net comms
@@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/kphone
USE_X11BASE= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ENV+= QTDIR="${QTDIR}"
PTHREAD_OPTS+= require
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile
index a30e6f849b5..4074572ddcb 100644
--- a/net/libIDL/Makefile
+++ b/net/libIDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/04/11 21:46:49 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= libIDL-0.8.5
@@ -13,7 +13,7 @@ COMMENT= CORBA Interface Definition Language parser
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= lex yacc
+USE_TOOLS+= bison lex
CONFIGURE_ENV+= HAVE_YACC=yes
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 4299dce4206..833d3ff9c52 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:49 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= libdnet-1.10
@@ -10,7 +10,7 @@ HOMEPAGE= http://libdnet.sourceforge.net/
COMMENT= C interface to several low-level networking routines
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
BUILD_DEFS+= USE_INET6
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index ff937765902..289d2deb1c1 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:49 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:25 jlam Exp $
DISTNAME= libpcap-0.8.3
SVR4_PKGNAME= lpcap
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
EXTRACT_ELEMENTS= libpcap-0.8.3/./*
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= lex yacc m4
+USE_TOOLS+= bison gm4 lex
.include "../../mk/bsd.prefs.mk"
diff --git a/net/lopster/Makefile b/net/lopster/Makefile
index f4f1e84ec86..0c07ce8fb2a 100644
--- a/net/lopster/Makefile
+++ b/net/lopster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:49 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= lopster-1.2.0
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://lopster.sourceforge.net/
COMMENT= Yet another Gtk+ Napster clone
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= # defined
post-extract:
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile
index 241fd2d446c..5be7cb250aa 100644
--- a/net/mDNSResponder/Makefile
+++ b/net/mDNSResponder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/13 08:22:58 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/22 20:08:25 jlam Exp $
DISTNAME= mDNSResponder-62
CATEGORIES= net
@@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://developer.apple.com/darwin/projects/rendezvous/
COMMENT= Apple's mDNS repsonder
-USE_GNU_TOOLS= make
+USE_TOOLS= gmake
MAKE_ARGS+= os=netbsd
WRKSRC= ${WRKDIR}/${DISTNAME}/mDNSPosix
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile
index 5293d7e79df..afc2d63e585 100644
--- a/net/md-whois/Makefile
+++ b/net/md-whois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 17:41:09 reed Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:25 jlam Exp $
#
# todo: set location of [md-]whois.conf and fix in man page too
# todo: build and install the po/ files and add to PLIST
@@ -18,7 +18,7 @@ VERSION= 4.7.2
WRKSRC= ${WRKDIR}/whois-${VERSION}
USE_PERL5= build
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
INSTALLATION_DIRS+= bin man/man1
do-install:
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common
index 81b0d675746..822317db5ba 100644
--- a/net/mldonkey/Makefile.common
+++ b/net/mldonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:49 tv Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= mldonkey-2.5.28
@@ -14,7 +14,7 @@ DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= build
CONFIGURE_ENV+= WGET=""
diff --git a/net/mtr-gtk/Makefile b/net/mtr-gtk/Makefile
index 89b55b99e22..3e05cab2694 100644
--- a/net/mtr-gtk/Makefile
+++ b/net/mtr-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:50 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= mtr-0.69
@@ -13,7 +13,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
INSTALLATION_DIRS= man/man8 sbin
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index acc0f2c488d..0af9d6298cb 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/04/11 21:46:50 tv Exp $
+# $NetBSD: Makefile,v 1.42 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= mtr-0.69
@@ -12,7 +12,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS+= --without-gtk
INSTALLATION_DIRS= man/man8 sbin
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 750a5d46dac..a291942d384 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:51 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:25 jlam Exp $
DISTNAME= netatalk-2.0.2
PKGREVISION= 1
@@ -11,7 +11,7 @@ HOMEPAGE= http://netatalk.sourceforge.net/
COMMENT= Netatalk appletalk file and print services
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= YES
USE_LIBTOOL= YES
USE_OLD_DES_API=YES
diff --git a/net/netatalk1/Makefile b/net/netatalk1/Makefile
index 04e1c8df5a9..7e7751844a9 100644
--- a/net/netatalk1/Makefile
+++ b/net/netatalk1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:51 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:25 jlam Exp $
DISTNAME= netatalk-1.6.2
PKGREVISION= 2
@@ -11,7 +11,7 @@ HOMEPAGE= http://sourceforge.net/projects/netatalk/
COMMENT= Netatalk appletalk file and print services
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= YES
USE_LIBTOOL= YES
diff --git a/net/netsaint-base/Makefile.common b/net/netsaint-base/Makefile.common
index da5bff74f75..7028666c4cb 100644
--- a/net/netsaint-base/Makefile.common
+++ b/net/netsaint-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/24 14:50:06 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/05/22 20:08:25 jlam Exp $
#
CATEGORIES= net sysutils
@@ -17,7 +17,7 @@ PKG_USERS+= ${NETSTADM_USER}:${NETSTADM_GROUP}::NetSaint\\ Administrator:${PREFI
USE_X11= YES
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= YES
diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile
index 9f6f3a87632..f8bae5c6ac6 100644
--- a/net/nprobe/Makefile
+++ b/net/nprobe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:25 jlam Exp $
DISTNAME= nProbe-source-1.3.1
PKGREVISION= 2
@@ -13,7 +13,7 @@ COMMENT= Monitor a network interface and generate NetFlow data
WRKSRC= ${WRKDIR}/nProbe
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= nprobe
INTERACTIVE_STAGE= fetch
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index ec9d30b0600..ff3d9877720 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/05/14 02:13:09 reed Exp $
+# $NetBSD: Makefile,v 1.38 2005/05/22 20:08:25 jlam Exp $
DISTNAME= ntop-3.1
PKGREVISION= 3
@@ -14,7 +14,7 @@ CONFLICTS= ntop-[0-9]*
WRKSRC= ${WRKDIR}/ntop
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index f060f43e0ba..e91daffe833 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/05/16 01:32:23 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:25 jlam Exp $
DISTNAME= openh323-v1_15_2-src
PKGNAME= openh323-1.15.2
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.openh323.org/
COMMENT= Open H.323 library
WRKSRC= ${WRKDIR}/openh323
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
PKGSRC_USE_TOOLS+= tar
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index bed0f02878a..8a761aae561 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:53 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:25 jlam Exp $
DISTNAME= openslp-1.2.0
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Open-source implementation of the Service Location Protocol
# Needs pkgviews-enabled automake
# PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= yacc lex
+USE_TOOLS+= bison lex
USE_PKGINSTALL= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/net/polsms/Makefile b/net/polsms/Makefile
index 6de911d7154..fb70acadda3 100644
--- a/net/polsms/Makefile
+++ b/net/polsms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:57 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= sms-2.0.2
@@ -10,7 +10,7 @@ MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://www.ceti.pl/~miki/komputery/sms.html
COMMENT= Send SMS to cellular phones in Poland (Plus, Idea, Era)
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sms ${PREFIX}/bin
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index e4415f87b8b..a99224c34fc 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:57 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= pptpd-1.2.1
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.poptop.org/
COMMENT= PPTP server with support for Microsoft VPN clients
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= YES
CONFIGURE_ARGS+= --with-libwrap
diff --git a/net/pppd/Makefile b/net/pppd/Makefile
index 12f86cab342..e326e45b873 100644
--- a/net/pppd/Makefile
+++ b/net/pppd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:58 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:25 jlam Exp $
DISTNAME= ppp-${PPPD_VERSION}
PKGNAME= ${DISTNAME:S/ppp/&d/}
@@ -11,7 +11,7 @@ COMMENT= PPP Daemon
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= yes
ONLY_FOR_PLATFORM+= NetBSD-*-* Linux-*-*
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
index 93c453307b5..c61409173fe 100644
--- a/net/proftpd/Makefile
+++ b/net/proftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/01/14 05:15:39 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:25 jlam Exp $
DISTNAME= proftpd-1.2.10
PKGREVISION= 1
@@ -16,7 +16,7 @@ COMMENT= FTP server with Apache like configuration
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= # defined
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index c7380167402..81f1b0db5a0 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:58 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:25 jlam Exp $
#
DISTNAME= pyorbit-2.0.1
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Python bindings for ORBit2
PY_PATCHPLIST= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE+= pyorbit-2.pc.in
GNU_CONFIGURE= YES
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 3f47992e278..981d4c1e12f 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:59 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:26 jlam Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -13,7 +13,7 @@ COMMENT= Free multithreaded routing daemon software (fork of zebra)
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_PERL5= build
diff --git a/net/rp-l2tp/Makefile b/net/rp-l2tp/Makefile
index bec6063344b..2c61bebb11d 100644
--- a/net/rp-l2tp/Makefile
+++ b/net/rp-l2tp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/24 14:50:06 grant Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= rp-l2tp-0.3
@@ -11,7 +11,7 @@ COMMENT= User-space implementation of layer 2 tunnelling protocol
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-patch:
for f in l2tp.conf.5 l2tpd.8; do \
diff --git a/net/socket++/Makefile b/net/socket++/Makefile
index 009ef31a09f..4f8f6c71202 100644
--- a/net/socket++/Makefile
+++ b/net/socket++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:00 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= socket++-1.12.10
@@ -13,7 +13,7 @@ USE_LIBTOOL= YES
AUTOMAKE_REQD= 1.4
AUTOCONF_REQD= 2.50
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
TEST_DIRS= ${WRKSRC}/test
TEST_TARGET= check
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 3c0c2e8817b..df3bbca4c92 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/18 13:22:36 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= tightvnc-1.2.9
@@ -19,7 +19,7 @@ USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
USE_PERL5= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= World
diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile
index c1d2e9292df..dc2f06604da 100644
--- a/net/torrentutils/Makefile
+++ b/net/torrentutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:01 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= torrentutils-0.3.0
@@ -14,7 +14,7 @@ DEPENDS+= bash-[0-9]*:../../shells/bash
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
-USE_GNU_TOOLS= make
+USE_TOOLS= gmake
USE_PERL5= yes
REPLACE_PERL= torrenttool.in
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index 402f7b70fee..7d49b2fb24a 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:47:01 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= tsclient-0.132
@@ -15,7 +15,7 @@ DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer
BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
USE_PERL5= run
USE_X11= yes
diff --git a/net/tsocks/Makefile b/net/tsocks/Makefile
index f9906f173ae..226e1261dd1 100644
--- a/net/tsocks/Makefile
+++ b/net/tsocks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:01 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= tsocks-1.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://tsocks.sourceforge.net/
COMMENT= Transparent SOCKS proxying library
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-conf=${PKG_SYSCONFDIR}/tsocks.conf
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
index d84bf4c4d47..511398f84bf 100644
--- a/net/unison-devel/Makefile
+++ b/net/unison-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/24 13:06:03 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:26 jlam Exp $
DISTNAME= unison-2.12.0
CATEGORIES= net
@@ -15,7 +15,7 @@ BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2
# docs: unison-manual.pdf/html/ps/dvi
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_FLAGS+= CFLAGS="" UISTYLE=text
MAKE_ENV+= HOME=${WRKDIR}
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 1bd1556de78..383c70fc889 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/24 12:48:43 adrianp Exp $
+# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:26 jlam Exp $
DISTNAME= unison-2.10.2
CATEGORIES= net
@@ -15,7 +15,7 @@ BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2
# docs: unison-manual.pdf/html/ps/dvi
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_FLAGS+= CFLAGS="" UISTYLE=text
MAKE_ENV+= HOME=${WRKDIR}
diff --git a/net/vino/Makefile b/net/vino/Makefile
index 73e62bbaecd..3e07d170b55 100644
--- a/net/vino/Makefile
+++ b/net/vino/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:02 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= vino-2.10.0
@@ -12,7 +12,7 @@ COMMENT= VNC server for GNOME
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_PERL5= build
diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile
index e106a674050..a446fd39fdb 100644
--- a/net/vpnc/Makefile
+++ b/net/vpnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:02 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= vpnc-0.3.2
@@ -9,7 +9,7 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.unix-ag.uni-kl.de/~massar/vpnc/
COMMENT= Client for Cisco3000 VPN Concentrator
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= vpnc
do-install:
diff --git a/net/wol/Makefile b/net/wol/Makefile
index a3083c9b357..1f930471800 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:02 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:26 jlam Exp $
DISTNAME= wol-0.7.1
CATEGORIES= net
@@ -9,7 +9,7 @@ HOMEPAGE= http://ahh.sourceforge.net/wol/
COMMENT= Small Wake On Lan client
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
INFO_FILES= wol.info
USE_PERL5= build
diff --git a/net/xmftp/Makefile b/net/xmftp/Makefile
index d1bb016a95b..bafb53592ee 100644
--- a/net/xmftp/Makefile
+++ b/net/xmftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:02 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= xmftp-1.0.4
@@ -12,7 +12,7 @@ COMMENT= X/Motif FTP client
WRKSRC= ${WRKDIR}/xmftp/source
USE_X11BASE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmftp ${PREFIX}/bin
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 11550b2f3e9..7ab426189cb 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:02 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:26 jlam Exp $
#
DISTNAME= xorp-1.0
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.xorp.org/
COMMENT= The eXtensible Open Router Platform
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
# The xorp people insist on their own PREFIX.
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 58e435e6a1f..2cf6431b842 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2005/04/11 21:47:03 tv Exp $
+# $NetBSD: Makefile,v 1.66 2005/05/22 20:08:26 jlam Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -48,7 +48,7 @@ CONF_FILES+= ${EGDIR}/vtysh.conf.sample ${PKG_SYSCONFDIR}/vtysh.conf
CONFIGURE_ARGS+= --disable-vtysh
.endif
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_MAKEINFO= # defined
.include "../../devel/readline/buildlink3.mk"