diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-11-12 16:05:21 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-11-12 16:05:21 +0000 |
commit | 552c7657e4fa9e1a21bc619141436bf11f2c0ebb (patch) | |
tree | 2fe27480bfe99d194b2cb07d20e2f3fedac0412a /mail/dspam | |
parent | f26369c1cd9af64e4b3c19f229c99164a585e591 (diff) | |
download | ports-552c7657e4fa9e1a21bc619141436bf11f2c0ebb.tar.gz ports-552c7657e4fa9e1a21bc619141436bf11f2c0ebb.zip |
- add SAFECAT_LDA OPTION
- fix a typo
Notes
Notes:
svn path=/head/; revision=177105
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index e0665ca9e6cb..baae3dafa2c0 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -79,6 +79,7 @@ OPTIONS+= CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA" off OPTIONS+= EXIM_LDA "Use Exim as local delivery agent" off OPTIONS+= MAILDROP_LDA "Use Maildrop as local delivery agent" off OPTIONS+= PROCMAIL_LDA "Use Procmail as local delivery agent" off +OPTIONS+= SAFECAT_LDA "Use Safecat as local delivery agent" off" OPTIONS+= SENDMAIL_LDA "Use Sendmail as local delivery agent" off OPTIONS+= SENDMAIL "Play nice with sendmail server" off @@ -513,7 +514,7 @@ pre-configure: @${ECHO_CMD} .if !( ${LDA_TOTAL_COUNT:S/o//}==${LDA_COUNT} || ${LDA_TOTAL_COUNT}==${LDA_COUNT} ) @${ECHO_CMD} "You can only use one local delivery agent at once." - @${ECHO_CMD} "See ${DSPAM_ETC}/dspam.conf for how to chage it at run time." + @${ECHO_CMD} "See ${DSPAM_ETC}/dspam.conf for how to change it at run time." @${FALSE} .endif .if ${_DBDRV}=="" |