svn commit: r322665 - head/security/ADMsmb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:43:19 UTC 2013


Author: bapt
Date: Wed Jul 10 11:43:18 2013
New Revision: 322665
URL: http://svnweb.freebsd.org/changeset/ports/322665

Log:
  Mark jobs unsafe

Modified:
  head/security/ADMsmb/Makefile

Modified: head/security/ADMsmb/Makefile
==============================================================================
--- head/security/ADMsmb/Makefile	Wed Jul 10 11:42:20 2013	(r322664)
+++ head/security/ADMsmb/Makefile	Wed Jul 10 11:43:18 2013	(r322665)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	ADMsmb
-# Date created:			23 Jun 2003
-# Whom:				tutus at trynet.eu.org
-#
+# Created by: tutus at trynet.eu.org
 # $FreeBSD$
-#
 
 PORTNAME=	ADMsmb
 PORTVERSION=	0.3
@@ -15,6 +11,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Security scanner for Samba
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${FIND} ${WRKSRC} -name "*.o" -delete
 	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile


More information about the svn-ports-all mailing list