svn commit: r322669 - head/net-mgmt/cowpatty

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:53:24 UTC 2013


Author: bapt
Date: Wed Jul 10 11:53:23 2013
New Revision: 322669
URL: http://svnweb.freebsd.org/changeset/ports/322669

Log:
  Mark jobs unsafe

Modified:
  head/net-mgmt/cowpatty/Makefile

Modified: head/net-mgmt/cowpatty/Makefile
==============================================================================
--- head/net-mgmt/cowpatty/Makefile	Wed Jul 10 11:49:41 2013	(r322668)
+++ head/net-mgmt/cowpatty/Makefile	Wed Jul 10 11:53:23 2013	(r322669)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cowpatty
-# Date created:		March 20, 2008
-# Whom:		Dennis Herrmann <adox at mcx2.org>
-#
+# Created by: Dennis Herrmann <adox at mcx2.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cowpatty
 PORTVERSION=	4.6
@@ -17,6 +13,7 @@ COMMENT=	Brute-force dictionary attack a
 
 PORTDOCS=	FAQ README
 SUB_FILES=	pkg-message
+MAKE_JOBS_UNSAFE=	yes
 
 USE_OPENSSL=	yes
 


More information about the svn-ports-all mailing list