diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 20:32:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 20:32:17 +0800 |
commit | bb69e11395500b706fb1fe92daec4b4d26b871f2 (patch) | |
tree | 3574c2b1785d70a219e99ffd6c35db922afc56c5 /mail/firepay | |
parent | d8a3635a5ec6c973bcab3a1b31fc9b6082aec8d3 (diff) | |
download | freebsd-ports-gnome-bb69e11395500b706fb1fe92daec4b4d26b871f2.tar.gz freebsd-ports-gnome-bb69e11395500b706fb1fe92daec4b4d26b871f2.tar.zst freebsd-ports-gnome-bb69e11395500b706fb1fe92daec4b4d26b871f2.zip |
mail/firepay: Mark jobs unsafe
Also trim header to please portlint.
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'mail/firepay')
-rw-r--r-- | mail/firepay/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/firepay/Makefile b/mail/firepay/Makefile index ae0c7a48e6bd..4ad01c9b3c18 100644 --- a/mail/firepay/Makefile +++ b/mail/firepay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/firepay -# Date created: Sun 31 May 16:35:00 WST 2004 -# Whom: Dean Hollister <dean@odyssey.apana.org.au> -# +# Created by: Dean Hollister <dean@odyssey.apana.org.au> # $FreeBSD$ -# PORTNAME= firepay PORTVERSION= 0.9.5 @@ -18,6 +14,8 @@ COMMENT= Implementation of the HashCash/MIME specification USE_BZIP2= yes HAS_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes + MAN1= checkpayment.1 firepay.1 multiwrap.1 processmail.1 \ sendmailpay.1 strippayment.1 takepayment.1 |