diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
commit | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /net | |
parent | 05b7730841bb587ab5c9917e614ad30e7e799469 (diff) | |
download | freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.gz freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.zst freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.zip |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
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 ba962f78dcd8..2e0adb608a78 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 2e720f0b4362..4f30719ef09d 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 e0e26a3ba05f..eac265e7bbfc 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 45b88246c95d..31ba689bf286 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 |