aboutsummaryrefslogtreecommitdiff
path: root/mail/ecartis
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-02-28 23:12:14 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-02-28 23:12:14 +0000
commit29c0da2b560af15f3637719e1c8bd60f0d97ad63 (patch)
treefcc69cd2ccb5e9577f0c4e396bf5861c3564d5ce /mail/ecartis
parent1c2467424297416ed47476a1a94cfb27906a3dd0 (diff)
downloadports-29c0da2b560af15f3637719e1c8bd60f0d97ad63.tar.gz
ports-29c0da2b560af15f3637719e1c8bd60f0d97ad63.zip
Notes
Diffstat (limited to 'mail/ecartis')
-rw-r--r--mail/ecartis/Makefile4
-rw-r--r--mail/ecartis/pkg-descr8
-rw-r--r--mail/ecartis/pkg-install2
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/ecartis/Makefile b/mail/ecartis/Makefile
index afe8116ffc46..528c5d67db5b 100644
--- a/mail/ecartis/Makefile
+++ b/mail/ecartis/Makefile
@@ -38,9 +38,9 @@ post-install:
@${ECHO_MSG} "- package. Please read the documentation located -"
@${ECHO_MSG} "- in ${PREFIX}/ecartis/, or online at: -"
@${ECHO_MSG} "- -"
- @${ECHO_MSG} "- http://www.listar.org/ -"
+ @${ECHO_MSG} "- http://www.ecartis.org/ -"
@${ECHO_MSG} "- -"
- @${ECHO_MSG} "- -The Listar/Ecartis Developers -"
+ @${ECHO_MSG} "- -The Ecartis Developers -"
@${ECHO_MSG} "---------------------------------------------------"
.include <bsd.port.mk>
diff --git a/mail/ecartis/pkg-descr b/mail/ecartis/pkg-descr
index 4bee231c93ad..3c01d97bd2f2 100644
--- a/mail/ecartis/pkg-descr
+++ b/mail/ecartis/pkg-descr
@@ -1,5 +1,5 @@
-Listar is a open-source (GNU Licence) software package that adminsters
-mailing lists (similar to Majordomo and Listserv). Some of Listar's
+Ecartis is a open-source (GNU Licence) software package that adminsters
+mailing lists (similar to Majordomo and Listserv). Some of Ecartis's
features include:
- A modular design structure, so that you can compile what you
@@ -8,6 +8,6 @@ features include:
attachments.
- Ability to be run in a multi-Virtual Host configuration.
-Take a look at Listar's website to get a full feature list:
+Take a look at the Ecartis website to get a full feature list:
-WWW: http://www.listar.org/
+WWW: http://www.ecartis.org/
diff --git a/mail/ecartis/pkg-install b/mail/ecartis/pkg-install
index 760c03db6fab..944afd6123c4 100644
--- a/mail/ecartis/pkg-install
+++ b/mail/ecartis/pkg-install
@@ -52,7 +52,7 @@ if [ x"$2" = xPRE-INSTALL ]; then
echo "You need a user \"${user}\"."
if yesno "Would you like me to create it" y; then
pw useradd ${user} -g ${group} -h - -d /nonexistent \
- -s /nonexistent -c "Listar Listserver" || exit
+ -s /nonexistent -c "Ecartis Listserver" || exit
echo "Done."
else
echo "Please create it, and try again."