diff options
author | torstenb <torstenb@FreeBSD.org> | 2000-02-13 20:17:43 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 2000-02-13 20:17:43 +0000 |
commit | 0db11f98fcf4f96459961c17607ac25a2559fff9 (patch) | |
tree | eee42461fd014dca214d9984d60aa81928712fbb /mail/postfix-current/pkg-plist | |
parent | 94ec24110af30a02f33ea3766be4ed56b94c4d16 (diff) | |
download | FreeBSD-ports-0db11f98fcf4f96459961c17607ac25a2559fff9.zip FreeBSD-ports-0db11f98fcf4f96459961c17607ac25a2559fff9.tar.gz |
- Upgrade to Postfix 19991231pl04
- Stylistic changes in Makefile
- Changes in packaging, esp. pkg/INSTALL
Diffstat (limited to 'mail/postfix-current/pkg-plist')
-rw-r--r-- | mail/postfix-current/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 8fa6396..af5f26a 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -1,6 +1,4 @@ etc/postfix/LICENSE -etc/postfix/main.cf -etc/postfix/master.cf etc/postfix/postfix-script etc/postfix/sample-access etc/postfix/sample-aliases.cf @@ -47,3 +45,5 @@ sbin/smtp-sink sbin/smtp-source @exec mkdir -p -m 0755 /var/spool/postfix @exec chown root:wheel /var/spool/postfix +@dirrm libexec/postfix +@unexec rmdir %D/etc/postfix 2>/dev/null || true |