diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 20:38:53 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 20:38:53 +0800 |
commit | 63caf730a900541ecd3bbe35ddb8e8e546eff687 (patch) | |
tree | 1a34f458f073d352d0577dd2fd5ae6669f224ff3 | |
parent | ee6a8fc220af159d588a8859883b7bfee9007724 (diff) | |
download | freebsd-ports-gnome-63caf730a900541ecd3bbe35ddb8e8e546eff687.tar.gz freebsd-ports-gnome-63caf730a900541ecd3bbe35ddb8e8e546eff687.tar.zst freebsd-ports-gnome-63caf730a900541ecd3bbe35ddb8e8e546eff687.zip |
mail/whoson: Mark jobs unsafe
Also trim header to please portlint.
Approved by: bapt/culot (mentors, implicit)
-rw-r--r-- | mail/whoson/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/whoson/Makefile b/mail/whoson/Makefile index 80a1aedfd854..a76b2e51ef64 100644 --- a/mail/whoson/Makefile +++ b/mail/whoson/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whoson -# Date created: 14 May 2006 -# Whom: Sergey Matveychuk <sem@FreeBSD.org> -# +# Created by: Sergey Matveychuk <sem@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 |