svn commit: r322651 - head/sysutils/symon

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:23:04 UTC 2013


Author: bapt
Date: Wed Jul 10 11:23:04 2013
New Revision: 322651
URL: http://svnweb.freebsd.org/changeset/ports/322651

Log:
  Mark jobs unsafe

Modified:
  head/sysutils/symon/Makefile

Modified: head/sysutils/symon/Makefile
==============================================================================
--- head/sysutils/symon/Makefile	Wed Jul 10 11:21:49 2013	(r322650)
+++ head/sysutils/symon/Makefile	Wed Jul 10 11:23:04 2013	(r322651)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sysutils/symon
-# Date created:				17.02.2005
-# Whom:					Ulrich Spoerlein <uspoerlein at gmail.com>
-#
+# Created by: Ulrich Spoerlein <uspoerlein at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	symon
 PORTVERSION=	2.85
@@ -20,6 +16,8 @@ SUB_FILES=	pkg-message
 
 USE_PERL5_BUILD=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Synonym for WITHOUT_SYMUX
 .if defined(WITHOUT_RRD)
 WITHOUT_SYMUX=	yes


More information about the svn-ports-all mailing list