summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-19 17:07:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-19 17:07:05 +0000
commite5eed843600718b66432ecebffdfb0ac6bdc866d (patch)
tree0cc337ac1344418fb670451d1c4ec5f7d510d172 /mail
parentfrom pr/34013 : (diff)
The spell-checker was set to true => no mistake reported!
aspell is directly called => no need to configure PHP with pspell support. PR: 34014 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53349
Diffstat (limited to 'mail')
-rw-r--r--mail/imp-devel/Makefile10
-rw-r--r--mail/imp3/Makefile10
2 files changed, 2 insertions, 18 deletions
diff --git a/mail/imp-devel/Makefile b/mail/imp-devel/Makefile
index a772447c5fb7..c0924caf90a1 100644
--- a/mail/imp-devel/Makefile
+++ b/mail/imp-devel/Makefile
@@ -199,14 +199,6 @@ pre-install:
${FALSE} ; \
fi
.endif
-.if !defined(WITHOUT_ASPELL)
- @if ! ${LDCONFIG} -r | ${GREP} -q -e "pspell.4"; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure PHP with pspell support." ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi
-.endif
.if !defined(WITHOUT_SUPPORTED_DB)
@if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \
if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \
@@ -257,7 +249,7 @@ do-install:
.if !defined(WITHOUT_ASPELL)
@${PERL} -pi -e "s:\/\* BEGBSDASPELL::;s:ENDBSDASPELL \*\/::" \
${CONFDIR}/mime_drivers.php
- @${PERL} -pi -e "s:spellchecker'] = '':spellchecker'] = 'true':" \
+ @${PERL} -pi -e "s:spellchecker'] = '':spellchecker'] = '${LOCALBASE}/bin/aspell':" \
${CONFDIR}/conf.php
.endif
.if !defined(WITHOUT_X11)
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile
index a772447c5fb7..c0924caf90a1 100644
--- a/mail/imp3/Makefile
+++ b/mail/imp3/Makefile
@@ -199,14 +199,6 @@ pre-install:
${FALSE} ; \
fi
.endif
-.if !defined(WITHOUT_ASPELL)
- @if ! ${LDCONFIG} -r | ${GREP} -q -e "pspell.4"; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure PHP with pspell support." ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi
-.endif
.if !defined(WITHOUT_SUPPORTED_DB)
@if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \
if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \
@@ -257,7 +249,7 @@ do-install:
.if !defined(WITHOUT_ASPELL)
@${PERL} -pi -e "s:\/\* BEGBSDASPELL::;s:ENDBSDASPELL \*\/::" \
${CONFDIR}/mime_drivers.php
- @${PERL} -pi -e "s:spellchecker'] = '':spellchecker'] = 'true':" \
+ @${PERL} -pi -e "s:spellchecker'] = '':spellchecker'] = '${LOCALBASE}/bin/aspell':" \
${CONFDIR}/conf.php
.endif
.if !defined(WITHOUT_X11)