diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:35:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:35:49 +0800 |
commit | fa78ed94c44a20274f6af5b62a241451c1ec2e4c (patch) | |
tree | 0bc1abd88caee415f7e3136bbe54124e0edc3351 /net | |
parent | 7950fb770f8d26b4397df65bef0a3e44e3b90826 (diff) | |
download | freebsd-ports-gnome-fa78ed94c44a20274f6af5b62a241451c1ec2e4c.tar.gz freebsd-ports-gnome-fa78ed94c44a20274f6af5b62a241451c1ec2e4c.tar.zst freebsd-ports-gnome-fa78ed94c44a20274f6af5b62a241451c1ec2e4c.zip |
Mark jobs unsafe
Diffstat (limited to 'net')
-rw-r--r-- | net/frickin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/frickin/Makefile b/net/frickin/Makefile index 40dd04ac7b8e..3d159ac327c3 100644 --- a/net/frickin/Makefile +++ b/net/frickin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: frickin -# Date created: 2 December 2006 -# Whom: Alex Miller <asm@asm.kiev.ua> -# +# Created by: Alex Miller <asm@asm.kiev.ua> # $FreeBSD$ -# PORTNAME= frickin DISTVERSION= 2.0BETA2 @@ -15,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= asm@asm.kiev.ua COMMENT= Frickin PPTP Proxy +MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= frickin SUB_FILES= pkg-message PORTDOCS= INSTALL LICENSE |