diff options
author | billf <billf@FreeBSD.org> | 1999-08-04 13:53:00 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-04 13:53:00 +0000 |
commit | 60ff98f76c19686ee164eb5504c79dce58f07751 (patch) | |
tree | b6b7d7998187059bc4ecc79250b0bfd63ac04041 /mail/postfix21/pkg-plist | |
parent | 59b52c077e705246ac54c7ec76cb5433b97ce063 (diff) | |
download | FreeBSD-ports-60ff98f76c19686ee164eb5504c79dce58f07751.zip FreeBSD-ports-60ff98f76c19686ee164eb5504c79dce58f07751.tar.gz |
o Upgrade to 19990601
PR: ports/12603
Submitted by: Hoss Firooznia <hfir@math.rochester.edu>
o Put CFLAGS in the proper place (not in ALL_TARGET)
Diffstat (limited to 'mail/postfix21/pkg-plist')
-rw-r--r-- | mail/postfix21/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix21/pkg-plist b/mail/postfix21/pkg-plist index 28bc453..d03bf13 100644 --- a/mail/postfix21/pkg-plist +++ b/mail/postfix21/pkg-plist @@ -22,6 +22,7 @@ etc/postfix/postfix-script etc/postfix/master.cf libexec/postfix/bounce libexec/postfix/cleanup +libexec/postfix/error libexec/postfix/fsstone libexec/postfix/local libexec/postfix/master @@ -30,8 +31,6 @@ libexec/postfix/pipe libexec/postfix/qmgr libexec/postfix/showq libexec/postfix/smtp -libexec/postfix/smtp-sink -libexec/postfix/smtp-source libexec/postfix/smtpd libexec/postfix/trivial-rewrite sbin/sendmail @@ -45,5 +44,7 @@ sbin/postlog sbin/postmap sbin/postsuper sbin/postdrop +sbin/smtp-sink +sbin/smtp-source @exec mkdir -p -m 0755 /var/spool/postfix @exec chown root:wheel /var/spool/postfix |