Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 12:28:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322683 - head/misc/tempcontrol
Message-ID:  <201307101228.r6ACSWju027990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 10 12:28:32 2013
New Revision: 322683
URL: http://svnweb.freebsd.org/changeset/ports/322683

Log:
  Mark jobs unsafe

Modified:
  head/misc/tempcontrol/Makefile

Modified: head/misc/tempcontrol/Makefile
==============================================================================
--- head/misc/tempcontrol/Makefile	Wed Jul 10 12:27:40 2013	(r322682)
+++ head/misc/tempcontrol/Makefile	Wed Jul 10 12:28:32 2013	(r322683)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tempcontrol
-# Date created:		20 June 2004
-# Whom:			grog@
-#
+# Created by: grog@
 # $FreeBSD$
-#
 
 PORTNAME=	tempcontrol
 PORTVERSION=	1.2
@@ -17,6 +13,7 @@ PLIST_FILES=	bin/tempcontrol share/tempc
 		etc/rc.d/temperaturecontrol.sh.sample
 PLIST_DIRS=	share/tempcontrol
 
+MAKE_JOBS_UNSAFE=	yes
 NO_WRKSUBDIR=	YES
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101228.r6ACSWju027990>