summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commite1e386e3173dd4f36970c21d5a0ea223adc78eae (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /net
parente37a9c953f543fcbbd071377f304200ac57df715 (diff)
downloadpkgsrc-e1e386e3173dd4f36970c21d5a0ea223adc78eae.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'net')
-rw-r--r--net/bmon/Makefile4
-rw-r--r--net/host/Makefile4
-rw-r--r--net/mirror/Makefile4
-rw-r--r--net/nagios-plugins/Makefile.plugin8
-rw-r--r--net/netperf/Makefile4
-rw-r--r--net/netsaint-plugin-snmp/Makefile4
-rw-r--r--net/radiusd-cistron/Makefile4
-rw-r--r--net/tinyfugue/Makefile4
8 files changed, 18 insertions, 18 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile
index d76c02b3fc9..7987898aca6 100644
--- a/net/bmon/Makefile
+++ b/net/bmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:23 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/09/09 02:43:11 obache Exp $
#
DISTNAME= bmon-2.0.1
@@ -13,7 +13,7 @@ COMMENT= Bmon is an interface bandwidth monitor
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-MAKEFILE= GNUmakefile
+MAKE_FILE= GNUmakefile
USE_TOOLS+= gmake
# In NetBSD 1.6.x the native curses implementation has problems with bmon.
diff --git a/net/host/Makefile b/net/host/Makefile
index 98e7ca293d9..ec9361f7d9f 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:19 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/09/09 02:43:11 obache Exp $
DISTNAME= host-20040812
CATEGORIES= net
@@ -11,7 +11,7 @@ COMMENT= Powerful DNS query and testing tool
INSTALLATION_DIRS= bin man/man1
NO_CONFIGURE = yes
-MAKEFILE= Makefile.BSD
+MAKE_FILE= Makefile.BSD
MAKE_FLAGS+= __NetBSD__=1
diff --git a/net/mirror/Makefile b/net/mirror/Makefile
index 6cf81a67c42..e51d63f9c6a 100644
--- a/net/mirror/Makefile
+++ b/net/mirror/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/09/09 02:43:11 obache Exp $
DISTNAME= mirror-2.9
PKGREVISION= 2
@@ -10,7 +10,7 @@ HOMEPAGE= http://sunsite.org.uk/packages/mirror/
COMMENT= Mirror packages on remote sites
WRKSRC= ${WRKDIR}
-MAKEFILE= makefile
+MAKE_FILE= makefile
SCRIPTS_ENV+= PERL5=${PERL5}
USE_TOOLS+= perl:run
diff --git a/net/nagios-plugins/Makefile.plugin b/net/nagios-plugins/Makefile.plugin
index 61b79d64f83..fd04781b451 100644
--- a/net/nagios-plugins/Makefile.plugin
+++ b/net/nagios-plugins/Makefile.plugin
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile.plugin,v 1.1.1.1 2006/02/18 17:19:20 bouyer Exp $
+# $NetBSD: Makefile.plugin,v 1.2 2006/09/09 02:43:11 obache Exp $
#
do-build:
cd ${WRKSRC}/lib && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE}
+ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE}
.if ${BINARY_TARGET:D1}
cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BINARY_TARGET}
+ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BINARY_TARGET}
.endif
.if ${SCRIPT_TARGET:D1}
cd ${WRKSRC}/plugins-scripts && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${SCRIPT_TARGET}
+ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${SCRIPT_TARGET}
.endif
do-install:
diff --git a/net/netperf/Makefile b/net/netperf/Makefile
index 271e695e232..50e258704d0 100644
--- a/net/netperf/Makefile
+++ b/net/netperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/07/19 23:51:09 kristerw Exp $
+# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:11 obache Exp $
# KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp
#
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.netperf.org/
COMMENT= Rick Jones' network performance benchmarking package
USE_TOOLS+= gzip
-MAKEFILE= makefile
+MAKE_FILE= makefile
CFLAGS.IRIX+= -DIRIX
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index 2302e059e4e..1b38bbede56 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:21 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:11 obache Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
@@ -23,7 +23,7 @@ INSTALLATION_DIRS= libexec/netsaint
do-build:
cd ${WRKSRC}/plugins && \
${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}
+ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET}
do-install:
for PROG in ${BUILD_TARGET}; do \
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile
index d9b50fbf85b..80dd5bb99e1 100644
--- a/net/radiusd-cistron/Makefile
+++ b/net/radiusd-cistron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:23 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/09/09 02:43:11 obache Exp $
DISTNAME= radiusd-cistron-1.6.7
PKGREVISION= 1
@@ -13,7 +13,7 @@ COMMENT= RADIUS-compliant remote authentication and accounting server
CONFLICTS+= freeradius-[0-9]*
-MAKEFILE= Makefile.BSD
+MAKE_FILE= Makefile.BSD
BUILD_DIRS= ${WRKSRC}/src
INSTALL_DIRS= ${WRKSRC}/src
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index d6d02335152..b1f97a63f0d 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:25 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:12 obache Exp $
DISTNAME= tf-40s1
PKGNAME= tf-4.0s1
@@ -12,7 +12,7 @@ HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/
COMMENT= Popular programmable MUD client, with macro support and more
-MAKEFILE= ${WRKSRC}/unix/Makefile
+MAKE_FILE= ${WRKSRC}/unix/Makefile
MAKE_ENV+= TFVER=${DISTNAME:S/^tf-//:Q}
PATCH_SITES= http://discworld.imaginary.com/external/taffyd/