Date: Fri, 26 Jul 2013 21:41:07 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323755 - head/mail/deforaos-mailer Message-ID: <201307262141.r6QLf7b3039062@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Jul 26 21:41:07 2013 New Revision: 323755 URL: http://svnweb.freebsd.org/changeset/ports/323755 Log: mail/deforaos-mailer: Not jobs safe Also changed order and removed whitespace to make portlint happy. Approved by: bapt/culot (mentors, implicit) Modified: head/mail/deforaos-mailer/Makefile Modified: head/mail/deforaos-mailer/Makefile ============================================================================== --- head/mail/deforaos-mailer/Makefile Fri Jul 26 20:52:06 2013 (r323754) +++ head/mail/deforaos-mailer/Makefile Fri Jul 26 21:41:07 2013 (r323755) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307262141.r6QLf7b3039062>