diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 20:28:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 20:28:32 +0800 |
commit | 89b0da53a421e81b1b0b4a82405a1ffc51cd3d08 (patch) | |
tree | c9774709ea9f23aab8a273af450904f48a566307 /misc | |
parent | f98123b33e917d1ff03e9df2d76d3142fe613ebe (diff) | |
download | freebsd-ports-gnome-89b0da53a421e81b1b0b4a82405a1ffc51cd3d08.tar.gz freebsd-ports-gnome-89b0da53a421e81b1b0b4a82405a1ffc51cd3d08.tar.zst freebsd-ports-gnome-89b0da53a421e81b1b0b4a82405a1ffc51cd3d08.zip |
Mark jobs unsafe
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tempcontrol/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile index e9a8a71ca0f7..b7765d7d3e01 100644 --- a/misc/tempcontrol/Makefile +++ b/misc/tempcontrol/Makefile @@ -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/tempcontrol/temperaturecontrolrc.sample \ etc/rc.d/temperaturecontrol.sh.sample PLIST_DIRS= share/tempcontrol +MAKE_JOBS_UNSAFE= yes NO_WRKSUBDIR= YES do-install: |