aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-09 04:23:38 +0800
committereadler <eadler@FreeBSD.org>2013-03-09 04:23:38 +0800
commitb3e2a616bf4f16ffe6f624ef58870247b8881f68 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb /mail
parent32b35224b94cc3e8dbefc480ce0db2b1dfbe129a (diff)
downloadfreebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.gz
freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.zst
freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.zip
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Net-SMTP-SSL/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile
index 35b0d1354624..b43911ab56e0 100644
--- a/mail/p5-Net-SMTP-SSL/Makefile
+++ b/mail/p5-Net-SMTP-SSL/Makefile
@@ -16,4 +16,6 @@ PERL_CONFIGURE= yes
MAN3= Net::SMTP::SSL.3
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.mk>