aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-05-21 22:34:39 +0800
committerpav <pav@FreeBSD.org>2009-05-21 22:34:39 +0800
commit2511bc8f214a73366d74dadc0a70844baf71c183 (patch)
tree66a54ffd440845c6c470d0e04510dab067a37f82 /mail
parent3b19e188dd9a9622c2b47cde1eece7ba5d5729bb (diff)
downloadfreebsd-ports-gnome-2511bc8f214a73366d74dadc0a70844baf71c183.tar.gz
freebsd-ports-gnome-2511bc8f214a73366d74dadc0a70844baf71c183.tar.zst
freebsd-ports-gnome-2511bc8f214a73366d74dadc0a70844baf71c183.zip
- Fix a typo
PR: ports/134782 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-SpamAssassin/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/pkg-install b/mail/p5-Mail-SpamAssassin/pkg-install
index ee783924a624..92b3dabfe6fa 100644
--- a/mail/p5-Mail-SpamAssassin/pkg-install
+++ b/mail/p5-Mail-SpamAssassin/pkg-install
@@ -39,7 +39,7 @@ if [ "$2" = "POST-INSTALL" ];then
fi
grep '^load.*Rule2XSBody' ${PKG_PREFIX}/etc/mail/spamassassin/v320.pre > /dev/null
if [ $? -eq 0 ];then
- if yesno "Do you with to compile rules with re2c (will take a long time)" "N";then
+ if yesno "Do you wish to compile rules with re2c (will take a long time)" "N";then
${PKG_PREFIX}/bin/sa-compile
fi
fi