aboutsummaryrefslogtreecommitdiff
path: root/mail/horde4-imp
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-15 10:32:20 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-15 10:32:20 +0000
commitcd674241fff307bcc6573010a33e7d1bae529092 (patch)
tree63b553ed10ffe73007318eaf188db41715da60b8 /mail/horde4-imp
parentbe4a402b134124aa2ce144f2bbb89fdc9cf151ce (diff)
downloadports-cd674241fff307bcc6573010a33e7d1bae529092.tar.gz
ports-cd674241fff307bcc6573010a33e7d1bae529092.zip
Notes
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r--mail/horde4-imp/Makefile2
-rw-r--r--mail/horde4-imp/pkg-descr7
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile
index 3eb05f0a462b..1427988c53a0 100644
--- a/mail/horde4-imp/Makefile
+++ b/mail/horde4-imp/Makefile
@@ -121,7 +121,7 @@ pre-install:
# N.B.: database dependencies are binded with mod_php#, neither by Horde nor IMP.
@if [ -f ${IMPDIR}/index.php ]; then \
${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please deinstall the port mail/imp-devel." ; \
+ ${ECHO_MSG} "Please deinstall the port mail/imp3." ; \
${ECHO_MSG} "" ; \
${FALSE} ; \
fi
diff --git a/mail/horde4-imp/pkg-descr b/mail/horde4-imp/pkg-descr
index 57770f046f84..91595ebce568 100644
--- a/mail/horde4-imp/pkg-descr
+++ b/mail/horde4-imp/pkg-descr
@@ -1,8 +1,9 @@
-IMP is a set of PHP scripts that implement an IMAP based webmail system.
+Note: this port is mostly for sites running PHP3.
+ For a new installation, please consider the port mail/imp3.
+
+IMP is a set of PHP3 scripts that implement an IMAP based webmail system.
Assuming you have an account on a server that supports IMAP, you can use
an installation of IMP to check your mail from anywhere that you have web
access.
WWW: http://www.horde.org/imp/
-
-- Thierry Thomas <thierry@thomas.as>.