diff options
author | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
commit | 472387c1864e149c8de23f290e91793ad7fbf8ca (patch) | |
tree | e9aa43bc0924dc359b2756757c2c0994f118aa35 /benchmarks | |
parent | f2d5090c7c455bef6c3cbb6ddcb5bc50b3fe334b (diff) | |
download | freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.gz freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.zst freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.zip |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netperfmeter/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/ttcp/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/netperfmeter/Makefile b/benchmarks/netperfmeter/Makefile index 3f32ef46eac7..e2c759942b34 100644 --- a/benchmarks/netperfmeter/Makefile +++ b/benchmarks/netperfmeter/Makefile @@ -18,7 +18,6 @@ MAN1= netperfmeter.1 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 0fa7d496a8ae..eee05013edf7 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -23,7 +23,6 @@ OPTIONS_DEFAULT= SSL USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index b2b9f04ca534..7e217a27e6c9 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -21,7 +21,6 @@ LICENSE_NAME= ${LICENSE:S/_/ /} LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_TEXT= The license: ${_LICENSE} (${_LICENSE_NAME}) is standard, please read from the web. -MAKE_JOBS_SAFE= yes NO_WRKSUBDIR= yes DIST_SUBDIR= ${PORTNAME} |