aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-07-24 08:19:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-07-24 08:19:07 +0000
commitea0f02dfebcf6f0fcd923aaa8f2eb7804f82004a (patch)
tree914f8ade1b480422b15cf7e276709aef4c875c09 /net-mgmt
parentf24aed2e655767d630543304d5bed3593279722e (diff)
downloadports-ea0f02dfebcf6f0fcd923aaa8f2eb7804f82004a.tar.gz
ports-ea0f02dfebcf6f0fcd923aaa8f2eb7804f82004a.zip
Remove MAKE_JOBS_SAFE which is now default.
Notes
Notes: svn path=/head/; revision=323578
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cidr/Makefile2
-rw-r--r--net-mgmt/nagstamon/Makefile2
-rw-r--r--net-mgmt/py-ipcalc/Makefile1
-rw-r--r--net-mgmt/tcpreplay/Makefile1
4 files changed, 0 insertions, 6 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile
index 08674616118a..ac51d15f8982 100644
--- a/net-mgmt/cidr/Makefile
+++ b/net-mgmt/cidr/Makefile
@@ -12,8 +12,6 @@ COMMENT= RFC 1878 subnet calculator / helper
LICENSE= GPLv2
-MAKE_JOBS_SAFE= yes
-
MAN1= cidr.1
PLIST_FILES= bin/cidr
diff --git a/net-mgmt/nagstamon/Makefile b/net-mgmt/nagstamon/Makefile
index 83a0d9193a92..b3f0a437692d 100644
--- a/net-mgmt/nagstamon/Makefile
+++ b/net-mgmt/nagstamon/Makefile
@@ -22,8 +22,6 @@ USE_GNOME= pygtk2 librsvg2
MAN1= nagstamon.1
-MAKE_JOBS_SAFE= yes
-
WRKSRC= ${WRKDIR}/Nagstamon
post-patch:
diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile
index b63ff06c6c48..3e1cbb2643f5 100644
--- a/net-mgmt/py-ipcalc/Makefile
+++ b/net-mgmt/py-ipcalc/Makefile
@@ -13,6 +13,5 @@ COMMENT= Module to perform IP subnet calculations
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index d935a83ca206..3837ac324aac 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -12,7 +12,6 @@ COMMENT= Tool to replay saved packet capture files
BUILD_DEPENDS= pcapnav-config:${PORTSDIR}/net/libpcapnav
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \
--with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config \