aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-06-23 10:06:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-06-23 10:06:42 +0000
commitaa0fc158c7190a5ca727cde383abc9089625b7d1 (patch)
tree3edda943fa862b99f99387e014fda89366af95bc /net-mgmt
parent08b91962157c54cd8f1f5582c2affc7d5eeeda1d (diff)
downloadports-aa0fc158c7190a5ca727cde383abc9089625b7d1.tar.gz
ports-aa0fc158c7190a5ca727cde383abc9089625b7d1.zip
Convert hardcoded MAKE_ARGS+= -j2 to MAKE_JOBS_SAFE
PR: ports/147908 Submitted by: Andrius Morkunas <hinokind@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=256862
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/scotty3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
index ac38ad3734e6..99345848c98d 100644
--- a/net-mgmt/scotty3/Makefile
+++ b/net-mgmt/scotty3/Makefile
@@ -42,7 +42,7 @@ MANN= Tnm.n TnmDialog.n TnmDisman.n TnmEther.n TnmIetf.n\
ntp.n snmp.n sunrpc.n syslog.n udp.n
PLIST_SUB= SCOTTY_VERSION=3.0.0 TKINED_VERSION=1.5.0
-MAKE_ARGS+= -j2 # better than -j1 on all machines...
+MAKE_JOBS_SAFE= yes
INSTALL_TARGET= tnm-install sinstall
.if !defined(WITHOUT_X11)