summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-16 20:43:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-16 20:43:16 +0000
commit7fb8a2a32a8261608dedcabfeffe715a3a9470a7 (patch)
treef46e192797cc71f44bf1a37f03abfb428477690a /mail
parentUpgrade to 4.6. (diff)
- Fix env for new option
Notes
Notes: svn path=/head/; revision=124226
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 4d039e56df88..92ec2f651070 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -239,6 +239,7 @@ PLIST_SUB+= ETCPORT=""
.if defined(SENDMAIL_WITH_SHARED_MILTER)
PLIST_SUB+= MILTER_SHARED=""
PLIST_SUB+= MILTER_SOVER=${MILTER_SOVER}
+MAKE_ENV+= MILTER_SOVER=${MILTER_SOVER}
.else
PLIST_SUB+= MILTER_SHARED="@comment "
.endif