diff options
author | garga <garga@FreeBSD.org> | 2012-07-03 06:25:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-07-03 06:25:00 +0800 |
commit | 1866290962d05e8fa7518b9cdfc14213fb308233 (patch) | |
tree | a93d0608182b0223a03484baee17eebbe1e83d23 | |
parent | e0323375f033c9fa76985a8407b7f5f3a01386da (diff) | |
download | freebsd-ports-gnome-1866290962d05e8fa7518b9cdfc14213fb308233.tar.gz freebsd-ports-gnome-1866290962d05e8fa7518b9cdfc14213fb308233.tar.zst freebsd-ports-gnome-1866290962d05e8fa7518b9cdfc14213fb308233.zip |
Remove MAKE_JOBS_SAFE since port has NO_BUILD set and silence portlint
-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 |