summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-09-20 10:54:22 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-09-20 10:54:22 +0000
commit97e5e7dc3d98b93db4dd842d4d477e4a603e3915 (patch)
treec0c76ac649f2c13d05db290d8e13a9b07f29aaf2 /net
parentUpdate to 0.60. (diff)
- Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=327683
Diffstat (limited to 'net')
-rw-r--r--net/opal3/Makefile1
-rw-r--r--net/samba4/Makefile3
2 files changed, 0 insertions, 4 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 3391c8dc3800..58608051b3bb 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -25,7 +25,6 @@ USE_BZIP2= yes
USES= pathfix gmake pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-#MAKE_JOBS_SAFE= yes
CXXFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/net/samba4/Makefile b/net/samba4/Makefile
index e2d2739b19cd..56996023c666 100644
--- a/net/samba4/Makefile
+++ b/net/samba4/Makefile
@@ -16,7 +16,6 @@ LICENSE= GPLv3
CONFLICTS?= *samba3[2-6]-3.*
-
SAMBA4_BASENAME= samba
SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4
SAMBA4_VERSION= 4.0.8
@@ -388,11 +387,9 @@ CONFIGURE_ENV+= NOCOLOR=yes
MAKE_ENV+= NOCOLOR=yes
.if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE)
-.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS)
CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS+= --jobs=${MAKE_JOBS_NUMBER}
.endif
-.endif
MAN1+= dbwrap_tool.1 findsmb.1 gentest.1 locktest.1 \
log2pcap.1 masktest.1 ndrdump.1 nmblookup.1 \