svn commit: r324711 - head/mail/whoson

John Marino marino at FreeBSD.org
Wed Aug 14 12:38:54 UTC 2013


Author: marino
Date: Wed Aug 14 12:38:53 2013
New Revision: 324711
URL: http://svnweb.freebsd.org/changeset/ports/324711

Log:
  mail/whoson: Mark jobs unsafe
  
  Also trim header to please portlint.
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/mail/whoson/Makefile

Modified: head/mail/whoson/Makefile
==============================================================================
--- head/mail/whoson/Makefile	Wed Aug 14 12:38:41 2013	(r324710)
+++ head/mail/whoson/Makefile	Wed Aug 14 12:38:53 2013	(r324711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	whoson
-# Date created:				14 May 2006
-# Whom:					Sergey Matveychuk <sem at FreeBSD.org>
-#
+# Created by: Sergey Matveychuk <sem at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	whoson
 PORTVERSION=	2.05
@@ -18,6 +14,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=		--with-config=${PREFIX}/etc/whoson.conf
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=yes
+
 USE_RC_SUBR=	whoson
 
 MAN3=	whoson.3 wso_login.3 wso_logout.3 wso_query.3 wso_version.3


More information about the svn-ports-head mailing list