diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 19:25:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 19:25:30 +0000 |
commit | 1ec93c6d4feceacf4ac0a75e9df8349da96715d3 (patch) | |
tree | 25a4c19a52de11e46fb21c08dbfbe90753ef5c27 | |
parent | add replaceit 1.0.0 (diff) |
Fix typo
Notes
Notes:
svn path=/head/; revision=46814
-rw-r--r-- | security/drweb-sendmail/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/pkg-message b/security/drweb-sendmail/pkg-message index 4ef97618798c..c94a479b7bda 100644 --- a/security/drweb-sendmail/pkg-message +++ b/security/drweb-sendmail/pkg-message @@ -1,4 +1,4 @@ -This software requires Sendmail tobe compiled with mail filter support. +This software requires Sendmail compiled with mail filter support. So be sure you have the following in your /etc/make.conf: SENDMAIL_CFLAGS+= -D_FFR_MILTER=1 |