aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-10-30 07:49:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-10-30 07:49:15 +0000
commit6de120202065dfd722a7251328258ca53b39c6eb (patch)
treee99f5ccaaefa34384c27431b2caa35d3d937466d /mail/sendmail
parent0dd2e0b171a61fc6a303a88f565717f6a86d7af3 (diff)
downloadports-6de120202065dfd722a7251328258ca53b39c6eb.tar.gz
ports-6de120202065dfd722a7251328258ca53b39c6eb.zip
- fix WITH_SENDMAIL_PORT automatic detection
PR: 140080 Submitted by: Petr Rehor
Notes
Notes: svn path=/head/; revision=243524
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/bsd.milter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/bsd.milter.mk b/mail/sendmail/bsd.milter.mk
index d026c729e622..b89f43053a84 100644
--- a/mail/sendmail/bsd.milter.mk
+++ b/mail/sendmail/bsd.milter.mk
@@ -45,7 +45,7 @@ Milter_Include_MAINTAINER= dinoex@FreeBSD.org
!defined(WITH_SENDMAIL_PORT)
.if exists(${LOCALBASE}/lib/libmilter.a) || \
!exists(/usr/lib/libmilter.a)
-WITH_SENDMAIL_PORTS=yes
+WITH_SENDMAIL_PORT=yes
.else
WITH_SENDMAIL_BASE=yes
.endif