diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-11-13 00:06:04 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-11-13 00:06:04 +0800 |
commit | 1e01088b03ac14c98291f291301ab8c33d5504dd (patch) | |
tree | 7169c1938b77277c97e28bd41aafc67cab99705a /mail | |
parent | 37d69bb97fa431a246b1d780f5f10732dab882cd (diff) | |
download | freebsd-ports-gnome-1e01088b03ac14c98291f291301ab8c33d5504dd.tar.gz freebsd-ports-gnome-1e01088b03ac14c98291f291301ab8c33d5504dd.tar.zst freebsd-ports-gnome-1e01088b03ac14c98291f291301ab8c33d5504dd.zip |
Fix an other typo
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index baae3dafa2c0..84584328ef5a 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -79,7 +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+= 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 |