summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/cisco-mibs/Makefile4
-rw-r--r--net/dgd/Makefile4
-rw-r--r--net/lambdamoo-core/Makefile6
-rw-r--r--net/netperf/Makefile6
-rw-r--r--net/openh323/Makefile5
-rw-r--r--net/ppp-lzs/Makefile4
-rw-r--r--net/wakeup/Makefile4
7 files changed, 16 insertions, 17 deletions
diff --git a/net/cisco-mibs/Makefile b/net/cisco-mibs/Makefile
index 35cc92c90ff..136ab5ef281 100644
--- a/net/cisco-mibs/Makefile
+++ b/net/cisco-mibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/05/16 01:15:32 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2005/07/15 18:27:52 jlam Exp $
DISTNAME= cisco-mibs-20050210
CATEGORIES= net
@@ -20,7 +20,7 @@ DIST_SUBDIR= ${PKGBASE}
EXTRACT_ONLY= # empty
NO_BUILD= yes
-PKGSRC_USE_TOOLS+= gtar
+USE_TOOLS+= gtar
MIBDIR= ${PREFIX}/share/cisco-mibs
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 32b9e27c884..b119423ec8a 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/16 01:15:32 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/07/15 18:27:52 jlam Exp $
DISTNAME= dgd-1.2p4
PKGNAME= dgd-1.2.0.4
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/dgd/src
-PKGSRC_USE_TOOLS+= gtar
+USE_TOOLS+= gtar
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= "Fixing hardcoded paths and command names."
diff --git a/net/lambdamoo-core/Makefile b/net/lambdamoo-core/Makefile
index 1e63f4ce9ac..c3539c31e2f 100644
--- a/net/lambdamoo-core/Makefile
+++ b/net/lambdamoo-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/15 22:02:28 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/07/15 18:27:52 jlam Exp $
DISTNAME= LambdaCore-12Apr99.db
PKGNAME= lambdamoo-core-990412
@@ -11,8 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html
COMMENT= Generic core classes for lambdamoo
-EXTRACT_CMD= :
-PKGSRC_USE_TOOLS+= gunzip
+EXTRACT_CMD= :
+USE_TOOLS+= gunzip
WRKSRC= ${WRKDIR}
diff --git a/net/netperf/Makefile b/net/netperf/Makefile
index 953d62b2204..229062811a9 100644
--- a/net/netperf/Makefile
+++ b/net/netperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/15 21:52:10 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/07/15 18:27:52 jlam Exp $
# KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp
#
@@ -11,8 +11,8 @@ MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.netperf.org/
COMMENT= Rick Jones' network performance benchmarking package
-PKGSRC_USE_TOOLS+= gzip
-MAKEFILE= makefile
+USE_TOOLS+= gzip
+MAKEFILE= makefile
CFLAGS.IRIX+= -DIRIX
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index e91daffe833..c86a9126bd1 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:25 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2005/07/15 18:27:53 jlam Exp $
DISTNAME= openh323-v1_15_2-src
PKGNAME= openh323-1.15.2
@@ -11,8 +11,7 @@ HOMEPAGE= http://www.openh323.org/
COMMENT= Open H.323 library
WRKSRC= ${WRKDIR}/openh323
-USE_TOOLS+= gmake
-PKGSRC_USE_TOOLS+= tar
+USE_TOOLS+= gmake tar
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
diff --git a/net/ppp-lzs/Makefile b/net/ppp-lzs/Makefile
index 3dc025efc89..f30e0674379 100644
--- a/net/ppp-lzs/Makefile
+++ b/net/ppp-lzs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:27 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/07/15 18:27:53 jlam Exp $
DISTNAME= ppp-lzs-1.2
CATEGORIES= net
@@ -17,7 +17,7 @@ MAKE_ENV+= NETBSDSRCDIR="${NETBSDSRCDIR}"
MAKE_ENV+= S="${NETBSDSRCDIR}/sys"
MESSAGE_SUBST+= PREFIX="${PREFIX}"
-PKGSRC_USE_TOOLS+= patch
+USE_TOOLS+= patch
BUILDLINK_PASSTHRU_DIRS= ${NETBSDSRCDIR}/lib/libpcap
diff --git a/net/wakeup/Makefile b/net/wakeup/Makefile
index b7be8f8373d..861f94f4f64 100644
--- a/net/wakeup/Makefile
+++ b/net/wakeup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:28 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/15 18:27:53 jlam Exp $
#
DISTNAME= hpwake
@@ -11,7 +11,7 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.berens-partner.de/wann/computer/wol.html
COMMENT= Wakeup On LAN client for remote power-up of machines
-PKGSRC_USE_TOOLS+= gunzip
+USE_TOOLS+= gunzip
do-extract:
${MKDIR} ${WRKSRC}