diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-07-03 06:25:00 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-07-03 06:25:00 +0800 |
commit | dbdb7f9e5257ce62293b0e65e4aa8134b665c3e6 (patch) | |
tree | e2cedb1aa5c990aa6965f8f7c1707441c90b166d /mail | |
parent | a2e035369724c8e855c81f5d85701252382c41e7 (diff) | |
download | freebsd-ports-gnome-dbdb7f9e5257ce62293b0e65e4aa8134b665c3e6.tar.gz freebsd-ports-gnome-dbdb7f9e5257ce62293b0e65e4aa8134b665c3e6.tar.zst freebsd-ports-gnome-dbdb7f9e5257ce62293b0e65e4aa8134b665c3e6.zip |
Remove MAKE_JOBS_SAFE since port has NO_BUILD set and silence portlint
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mb2md/Makefile | 1 | ||||
-rw-r--r-- | mail/qmhandle/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index 3355239db03c..41d3c1683d27 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -24,7 +24,6 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes USE_PERL5= yes -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/mb2md diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index 1c614cf38ed6..343acef14f04 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -15,7 +15,6 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Tool to view and manage a qmail queue USE_QMAIL_RUN= yes -MAKE_JOBS_SAFE= yes NO_BUILD= yes USE_PERL5= yes |