summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
committergrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
commitf1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch)
tree392f755759c8becb1ccb007770bef5095757eddd /mbone
parent137d281145ee065f10beb27d3c0f66dae2cbe171 (diff)
downloadpkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/mdp/Makefile4
-rw-r--r--mbone/nte/Makefile6
-rw-r--r--mbone/rat/Makefile4
-rw-r--r--mbone/sdr/Makefile6
4 files changed, 9 insertions, 11 deletions
diff --git a/mbone/mdp/Makefile b/mbone/mdp/Makefile
index b928d874458..80110c1e85a 100644
--- a/mbone/mdp/Makefile
+++ b/mbone/mdp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:20:24 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 14:00:13 grant Exp $
#
DISTNAME= src-mdp-1.9a5
@@ -12,7 +12,7 @@ HOMEPAGE= http://manimac.itd.nrl.navy.mil/MDP/
COMMENT= Multicast file transfer
WRKSRC= ${WRKDIR}/mdp/unix
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
ALL_TARGET= mdp
pre-build:
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile
index cb602db4569..3550a85104f 100644
--- a/mbone/nte/Makefile
+++ b/mbone/nte/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/01/20 12:20:24 agc Exp $
+# $NetBSD: Makefile,v 1.31 2004/01/24 14:00:13 grant Exp $
#
DISTNAME= nt.1.5a23
@@ -14,9 +14,9 @@ DEPENDS+= tk>=8.3.2:../../x11/tk
WRKSRC= ${WRKDIR}
CRYPTO= yes
-USE_GMAKE= yes
-# Pass this on to our child
+USE_GNU_TOOLS+= make
+# Pass this on to our child
do-configure:
cd ${WRKSRC}/netbsd && ${SH} configure
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index b063f78f8f7..93e3c5a03cf 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 21:48:26 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 14:00:13 grant Exp $
#
DISTNAME= rat-3.0.28
@@ -12,7 +12,7 @@ COMMENT= Robust Audio Tool - multicast audioconferencing
DEPENDS+= tk>=8.3.2:../../x11/tk
CRYPTO= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11BASE= yes
USER= build
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index e9c6e82d130..4808ff456e3 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/01/20 12:20:24 agc Exp $
+# $NetBSD: Makefile,v 1.39 2004/01/24 14:00:13 grant Exp $
#
DISTNAME= sdr-3.0
@@ -14,7 +14,7 @@ DEPENDS+= common-mml>=1.2.0:../common-mml
WRKSRC= ${WRKDIR}/sdr/${SYSDIR}
CRYPTO= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.prefs.mk"
@@ -33,8 +33,6 @@ SYSDIR= solaris
SYSDIR= freebsd
.endif
-USE_GMAKE= yes
-
post-patch:
${MV} ${WRKSRC}/../src/sdr.tcl ${WRKSRC}/../src/sdr.tcl.in && \
${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/../src/sdr.tcl.in > \