diff options
author | des <des@FreeBSD.org> | 2003-03-01 07:12:14 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-03-01 07:12:14 +0800 |
commit | 173d51080254f243903419de4f5b00198e5e28a3 (patch) | |
tree | 623536324e93b144059ffb2932f056146b60f9cc /mail | |
parent | 096942392ee46ef8297273fb3fa2a313f931c0c0 (diff) | |
download | freebsd-ports-graphics-173d51080254f243903419de4f5b00198e5e28a3.tar.gz freebsd-ports-graphics-173d51080254f243903419de4f5b00198e5e28a3.tar.zst freebsd-ports-graphics-173d51080254f243903419de4f5b00198e5e28a3.zip |
Remove all remaining references to Listar, as www.listar.org has been
snapped up by a domain shark. No functional changes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ecartis/Makefile | 4 | ||||
-rw-r--r-- | mail/ecartis/pkg-descr | 8 | ||||
-rw-r--r-- | mail/ecartis/pkg-install | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/ecartis/Makefile b/mail/ecartis/Makefile index afe8116ffc4..528c5d67db5 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 4bee231c93a..3c01d97bd2f 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 760c03db6fa..944afd6123c 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." |