diff options
author | pav <pav@FreeBSD.org> | 2005-06-11 04:44:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-11 04:44:46 +0800 |
commit | 16e162310a8f57b800359c6287218928a09be1d4 (patch) | |
tree | 17eedc99ceaea2210c64f8163c5603852070cf59 /mail/mailman | |
parent | 30f8e252a2529bcc7fb85642f8aafe17a54d6b29 (diff) | |
download | freebsd-ports-gnome-16e162310a8f57b800359c6287218928a09be1d4.tar.gz freebsd-ports-gnome-16e162310a8f57b800359c6287218928a09be1d4.tar.zst freebsd-ports-gnome-16e162310a8f57b800359c6287218928a09be1d4.zip |
- Install new documentation
PR: ports/82090
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 7 | ||||
-rw-r--r-- | mail/mailman/files/FreeBSD-post-install-notes | 26 | ||||
-rw-r--r-- | mail/mailman/pkg-plist | 3 |
3 files changed, 22 insertions, 14 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index cd642e5dd76d..42da41de8b6b 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailman PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES?= mail MASTER_SITES= http://www.list.org/ \ ${MASTER_SITE_GNU} \ @@ -83,7 +84,11 @@ PKGOPTS= ${FILESDIR}/pkg-opts PLIST_SUB+= MMDIR=${MM_DIR} IMGDIR=${IMGDIR} DOCFILES= ACKNOWLEDGMENTS BUGS FAQ INSTALL NEWS README README-I18N.en \ README.CONTRIB README.NETSCAPE \ - README.USERAGENT TODO UPGRADING + README.USERAGENT TODO UPGRADING \ + admin/www/mailman-admin.txt \ + admin/www/mailman-install.txt \ + admin/www/mailman-member.txt + IMGFILES= PythonPowered.png mailman.jpg mm-icon.png options: diff --git a/mail/mailman/files/FreeBSD-post-install-notes b/mail/mailman/files/FreeBSD-post-install-notes index 3865212cda4c..8e8d0662f9f2 100644 --- a/mail/mailman/files/FreeBSD-post-install-notes +++ b/mail/mailman/files/FreeBSD-post-install-notes @@ -87,7 +87,7 @@ popular MTAs. No modification of MAIL_GID should be required when building the Mailman port. The port is designed to work with Sendmail by default. - Review the instructions found in README.SENDMAIL in the same directory + Review the instructions found in mailman-install.txt in the same directory as this file. No further instructions exist at this time on how to integrate the @@ -117,15 +117,15 @@ popular MTAs. # make MAIL_GID=6 install - Next, follow the instructions in REAME.EXIM found in the same directory - as this file. You can add the macros, transport and router found in - README.EXIM verbatim to your Exim's configure file. + Next, follow the instructions in mailman-install.txt found in the same + directory as this file. You can add the macros, transport and router + found in mailman-install.txt verbatim to your Exim's configure file. - Note that README.EXIM as installed with the FreeBSD port of Mailman has - been patched, and should be trusted over a version of the file obtained - from another source. Specifically, when adding the macros found in - README.EXIM, you should set the MAILMAN_USER and MAILMAN_GROUP to the - same values as those for Exim, namely: + Note that mailman-install.txt as installed with the FreeBSD port of + Mailman has been patched, and should be trusted over a version of the + file obtained from another source. Specifically, when adding the + macros found in mailman-install.txt, you should set the MAILMAN_USER + and MAILMAN_GROUP to the same values as those for Exim, namely: MAILMAN_USER=mailnull MAILMAN_GROUP=mail @@ -159,16 +159,16 @@ popular MTAs. NOTE: the group needs to be 'mailman' if you are using the Mailman integration for generating the postfix virtual and aliases files. - Review the instructions found in README.POSTFIX in the same directory - as this file. + Review the instructions found in mailman-install.txt in the same + directory as this file. 3.4) Qmail The maintainer of the Mailman port has no information at this time as to the required value of MAIL_GID for Mailman to work with Qmail. :-( - Review the instructions found in README.QMAIL in the same directory as - this file. + Review the instructions found in mailman-install.txt in the same + directory as this file. No further instructions exist at this time on how to integrate the Mailman port with Qmail. Please submit any such information to the diff --git a/mail/mailman/pkg-plist b/mail/mailman/pkg-plist index 822487f7f1f6..0b43f04f523e 100644 --- a/mail/mailman/pkg-plist +++ b/mail/mailman/pkg-plist @@ -1919,6 +1919,9 @@ %%PORTDOCS%%%%DOCSDIR%%/README.USERAGENT %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/UPGRADING +%%PORTDOCS%%%%DOCSDIR%%/mailman-admin.txt +%%PORTDOCS%%%%DOCSDIR%%/mailman-install.txt +%%PORTDOCS%%%%DOCSDIR%%/mailman-member.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% etc/rc.d/mailman.sh @dirrm %%MMDIR%%/tests/msgs |