diff options
author | wjv <wjv@FreeBSD.org> | 2002-02-11 14:24:46 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-02-11 14:24:46 +0000 |
commit | f4458cacc02f4e8baccf5f7a98ac5f901abe771b (patch) | |
tree | d2583266e092ce32bcbb3ae9020a43946b290040 /mail/mailman/pkg-plist | |
parent | 0dff96c5de46dc1405022236e6473b1b47d877b4 (diff) | |
download | FreeBSD-ports-f4458cacc02f4e8baccf5f7a98ac5f901abe771b.zip FreeBSD-ports-f4458cacc02f4e8baccf5f7a98ac5f901abe771b.tar.gz |
- Cleaning up the Mailman port, Step 3.
- Add a $PKGDEINSTALL script to allow the port to clean up after itself
- Automatically create Mailman user's crontab(5) entry upon port/package
installation, and remove it upon deinstallation.
- Intended $PKGINSTALL according to personal taste. Converted tabs to
spaces.
- Remove some extraneous comments from the port's Makefile. (Oops)
- Further streamline @exec's in $PLIST.
- Bump PORTREVISION
- The reworking of this port is an ongoing process - Mailman users, please
bear with me!
Diffstat (limited to 'mail/mailman/pkg-plist')
-rw-r--r-- | mail/mailman/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mailman/pkg-plist b/mail/mailman/pkg-plist index 2b5a2a2..a761a4f 100644 --- a/mail/mailman/pkg-plist +++ b/mail/mailman/pkg-plist @@ -231,6 +231,7 @@ %%MMDIR%%/cron/mailpasswds %%MMDIR%%/cron/nightly_gzip %%MMDIR%%/cron/paths.py +%%MMDIR%%/cron/paths.pyc %%MMDIR%%/cron/qrunner %%MMDIR%%/cron/senddigests @exec chmod 2775 %B @@ -251,6 +252,7 @@ %%MMDIR%%/scripts/mailcmd %%MMDIR%%/scripts/mailowner %%MMDIR%%/scripts/paths.py +%%MMDIR%%/scripts/paths.pyc %%MMDIR%%/scripts/post @exec chmod 2775 %B %%MMDIR%%/templates/admindbpreamble.html @@ -282,6 +284,7 @@ %%MMDIR%%/templates/userpass.txt %%MMDIR%%/templates/verify.txt @exec chmod 2775 %B +@exec chgrp -R %%MMGRP%% %%MMDIR%% %%PORTDOCS%%share/doc/mailman/BUGS %%PORTDOCS%%share/doc/mailman/FAQ %%PORTDOCS%%share/doc/mailman/INSTALL |