diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/httping/Makefile | 2 | ||||
-rw-r--r-- | net/minissdpd/Makefile | 2 | ||||
-rw-r--r-- | net/nload/Makefile | 6 | ||||
-rw-r--r-- | net/recvnet/Makefile | 6 |
4 files changed, 4 insertions, 12 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index ba962f78dcd..2e0adb608a7 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Ping-like tool for HTTP requests -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes MAN1= httping.1 diff --git a/net/minissdpd/Makefile b/net/minissdpd/Makefile index 2e720f0b436..4f30719ef09 100644 --- a/net/minissdpd/Makefile +++ b/net/minissdpd/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://miniupnp.free.fr/files/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= UPnP IGD discovery speed enhancer -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= minissdpd MAKE_JOBS_SAFE= yes diff --git a/net/nload/Makefile b/net/nload/Makefile index e0e26a3ba05..eac265e7bbf 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nload -# Date created: 24 April 2002 -# Whom: Olivier Tharan <olive@oban.frmug.org> -# +# Created by: Olivier Tharan <olive@oban.frmug.org> # $FreeBSD$ -# PORTNAME= nload PORTVERSION= 0.7.4 diff --git a/net/recvnet/Makefile b/net/recvnet/Makefile index 45b88246c95..31ba689bf28 100644 --- a/net/recvnet/Makefile +++ b/net/recvnet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: recvnet -# Date created: 27 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= recvnet PORTVERSION= 0.0.1 |