diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 12:38:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 12:38:53 +0000 |
commit | 3506f2eed15e9328fe084d9258a757d0115af024 (patch) | |
tree | 1a34f458f073d352d0577dd2fd5ae6669f224ff3 /mail | |
parent | 58f0413cab5170d0aec356ea4e8ad174a7c45425 (diff) |
Notes
Diffstat (limited to 'mail')
-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 |