diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2003-01-20 13:02:39 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2003-01-20 13:02:39 +0000 |
commit | 65ec759241c3765512f4960e0f036c0f05838d33 (patch) | |
tree | edd169c8eee12be62e7e1b3b8e075cd87e58a35e /mail/mailman/pkg-plist | |
parent | 929f916c2b8c721c0394f7bc4935ad2efd314309 (diff) | |
download | ports-65ec759241c3765512f4960e0f036c0f05838d33.tar.gz ports-65ec759241c3765512f4960e0f036c0f05838d33.zip |
- Add dependency on www/lynx, required for Mailman's mail filtering feature.
- Add patch to Mailman/Defaults.py.in, to correct path to lynx and various
MTAs.
- Change default $MAIL_GID and $CGI_GID values from numerical GIDs to group
names.
- Minor change to $PLIST to ensure clean deinstallation.
- Bump $PORTREVISION
Submitted by: Jan Siml <jsi@jules.de> (Lynx dependency)
Notes
Notes:
svn path=/head/; revision=73656
Diffstat (limited to 'mail/mailman/pkg-plist')
-rw-r--r-- | mail/mailman/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/pkg-plist b/mail/mailman/pkg-plist index 9d80208db23c..f658972cc041 100644 --- a/mail/mailman/pkg-plist +++ b/mail/mailman/pkg-plist @@ -1432,7 +1432,6 @@ etc/rc.d/mailman.sh @dirrm %%MMDIR%%/messages @dirrm %%MMDIR%%/mail @dirrm %%MMDIR%%/icons -@dirrm %%MMDIR%%/data @dirrm %%MMDIR%%/cron @dirrm %%MMDIR%%/cgi-bin @dirrm %%MMDIR%%/bin @@ -1452,6 +1451,7 @@ etc/rc.d/mailman.sh @unexec rmdir %D/%%MMDIR%%/logs 2>/dev/null || true @unexec rmdir %D/%%MMDIR%%/locks 2>/dev/null || true @unexec rmdir %D/%%MMDIR%%/lists 2>/dev/null || true +@unexec rmdir %D/%%MMDIR%%/data 2>/dev/null || true @unexec rmdir %D/%%MMDIR%%/archives/public 2>/dev/null || true @unexec rmdir %D/%%MMDIR%%/archives/private 2>/dev/null || true @unexec rmdir %D/%%MMDIR%%/archives 2>/dev/null || true |