svn commit: r322661 - head/net/frickin

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:35:50 UTC 2013


Author: bapt
Date: Wed Jul 10 11:35:49 2013
New Revision: 322661
URL: http://svnweb.freebsd.org/changeset/ports/322661

Log:
  Mark jobs unsafe

Modified:
  head/net/frickin/Makefile

Modified: head/net/frickin/Makefile
==============================================================================
--- head/net/frickin/Makefile	Wed Jul 10 11:34:31 2013	(r322660)
+++ head/net/frickin/Makefile	Wed Jul 10 11:35:49 2013	(r322661)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	frickin
-# Date created:				2 December 2006
-# Whom:					Alex Miller <asm at asm.kiev.ua>
-#
+# Created by: Alex Miller <asm at asm.kiev.ua>
 # $FreeBSD$
-#
 
 PORTNAME=	frickin
 DISTVERSION=	2.0BETA2
@@ -15,6 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	asm at asm.kiev.ua
 COMMENT=	Frickin PPTP Proxy
 
+MAKE_JOBS_UNSAFE=	yes
 USE_RC_SUBR=	frickin
 SUB_FILES=	pkg-message
 PORTDOCS=	INSTALL LICENSE


More information about the svn-ports-all mailing list