svn commit: r323755 - head/mail/deforaos-mailer

John Marino marino at FreeBSD.org
Fri Jul 26 21:41:07 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list