aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Sendmail-Milter
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-10-26 21:33:23 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-10-26 21:33:23 +0000
commit8ac4f6de416a01be965b7f49f0d5c612b89da18d (patch)
tree1b6d8f55b5cc56cf544db204d5ed012cbb4c6d2f /mail/p5-Sendmail-Milter
parentec259d54c33e266e6c8e232f2e5d9c8ac5104719 (diff)
downloadports-8ac4f6de416a01be965b7f49f0d5c612b89da18d.tar.gz
ports-8ac4f6de416a01be965b7f49f0d5c612b89da18d.zip
- Fix warning during 'make index' with bmake
With hat: portmgr
Notes
Notes: svn path=/head/; revision=331736
Diffstat (limited to 'mail/p5-Sendmail-Milter')
-rw-r--r--mail/p5-Sendmail-Milter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Sendmail-Milter/Makefile b/mail/p5-Sendmail-Milter/Makefile
index 39c5a59456ed..09381ce52293 100644
--- a/mail/p5-Sendmail-Milter/Makefile
+++ b/mail/p5-Sendmail-Milter/Makefile
@@ -19,7 +19,7 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
.if exists(${PERL5})
-PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit }'
+PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit } END { exit 1 }' || ${ECHO_CMD}
.if ${PERLTHREADS} != "define"
IGNORE= requires perl to be built with -DWITH_THREADS
.endif