svn commit: r322683 - head/misc/tempcontrol
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 12:28:33 UTC 2013
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:
More information about the svn-ports-head
mailing list