diff options
author | marino <marino@FreeBSD.org> | 2013-07-27 05:41:07 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-27 05:41:07 +0800 |
commit | fdfc139d3d835ff1bcf1493afe0604ee7b455bc7 (patch) | |
tree | e6eda27a9c9918f89cec1f00ce2f73c931832387 /mail/deforaos-mailer | |
parent | ba28865b5dbedbfd537aa048eba97e04595f6f13 (diff) | |
download | freebsd-ports-gnome-fdfc139d3d835ff1bcf1493afe0604ee7b455bc7.tar.gz freebsd-ports-gnome-fdfc139d3d835ff1bcf1493afe0604ee7b455bc7.tar.zst freebsd-ports-gnome-fdfc139d3d835ff1bcf1493afe0604ee7b455bc7.zip |
mail/deforaos-mailer: Not jobs safe
Also changed order and removed whitespace to make portlint happy.
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'mail/deforaos-mailer')
-rw-r--r-- | mail/deforaos-mailer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index fbfdf0432415..1775bd62bc53 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -3,11 +3,10 @@ PORTNAME= mailer PORTVERSION= 0.1.6 - CATEGORIES= mail MASTER_SITES= http://www.defora.org/os/download/download/4029/ -DISTNAME= Mailer-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Mailer-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop mail client @@ -28,6 +27,8 @@ MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${MANPREFIX}/man +MAKE_JOBS_UNSAFE= yes + MAN1= compose.1 \ mailer.1 |