From fdfc139d3d835ff1bcf1493afe0604ee7b455bc7 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 26 Jul 2013 21:41:07 +0000 Subject: mail/deforaos-mailer: Not jobs safe Also changed order and removed whitespace to make portlint happy. Approved by: bapt/culot (mentors, implicit) --- mail/deforaos-mailer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/deforaos-mailer') 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 -- cgit