diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-11-13 00:05:21 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-11-13 00:05:21 +0800 |
commit | 37d69bb97fa431a246b1d780f5f10732dab882cd (patch) | |
tree | b61df15a2aab1d1f0ade869f56642cd4a0f241f5 /mail/dspam | |
parent | eb9813c4014eb9661eb90daabae9aee701aca306 (diff) | |
download | freebsd-ports-gnome-37d69bb97fa431a246b1d780f5f10732dab882cd.tar.gz freebsd-ports-gnome-37d69bb97fa431a246b1d780f5f10732dab882cd.tar.zst freebsd-ports-gnome-37d69bb97fa431a246b1d780f5f10732dab882cd.zip |
- add SAFECAT_LDA OPTION
- fix a typo
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}=="" |