diff options
author | khorben <khorben@pkgsrc.org> | 2021-05-13 20:59:50 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2021-05-13 20:59:50 +0000 |
commit | c32f79ac6959e44b153e181264f3637b4fc74d36 (patch) | |
tree | be6abf27e0e59727b0da92e8bc8a5bfd555f7e1f /mail | |
parent | f39072dc05424011dbf06507517a5d3a8bd5e423 (diff) | |
download | pkgsrc-c32f79ac6959e44b153e181264f3637b4fc74d36.tar.gz |
minimalist: fix a couple typos
Bumps PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/minimalist/DESCR | 2 | ||||
-rw-r--r-- | mail/minimalist/MESSAGE | 4 | ||||
-rw-r--r-- | mail/minimalist/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/minimalist/DESCR b/mail/minimalist/DESCR index 647f77ec12c..437a39fbbca 100644 --- a/mail/minimalist/DESCR +++ b/mail/minimalist/DESCR @@ -1,5 +1,5 @@ Minimalist stands for Minimalistic Mailing Lists Manager. Although it is -declared as minimalistic, it has many features as his eldest brosers, such +declared as minimalistic, it has many features as his eldest brothers, such as Majordomo and so on, but in contrast to them it is very small, fast, simple for setup and maintenance. Also it has very clean internal structure and if you are familiar with Perl, you can add as many additional features, diff --git a/mail/minimalist/MESSAGE b/mail/minimalist/MESSAGE index 69097790ef4..4762245f5cf 100644 --- a/mail/minimalist/MESSAGE +++ b/mail/minimalist/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/02/10 12:22:57 wiz Exp $ +$NetBSD: MESSAGE,v 1.2 2021/05/13 20:59:50 khorben Exp $ Add these lines to /etc/aliases and update your MTA with 'newaliases'. @@ -11,7 +11,7 @@ To create a new list copy the directory Edit the files inside and chmod -R to 644 -and append to /etc/aliases theses lines: +and append to /etc/aliases these lines: listname: "|${PREFIX}/bin/minimalist.pl listname" listname-owner: "|${PREFIX}/bin/minimalist.pl listname-owner" diff --git a/mail/minimalist/Makefile b/mail/minimalist/Makefile index 31f0a7cc796..2c805bc3717 100644 --- a/mail/minimalist/Makefile +++ b/mail/minimalist/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2020/08/31 18:09:58 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/05/13 20:59:50 khorben Exp $ # DISTNAME= minimalist-2.5.4-1 PKGNAME= minimalist-2.5.4.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= mail #MASTER_SITES= http://www.mml.org.ua/LIST/ EXTRACT_SUFX= .tgz |