diff options
author | billf <billf@FreeBSD.org> | 1999-08-04 21:53:00 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-04 21:53:00 +0800 |
commit | 60ff98f76c19686ee164eb5504c79dce58f07751 (patch) | |
tree | b6b7d7998187059bc4ecc79250b0bfd63ac04041 /mail/postfix27/pkg-plist | |
parent | 59b52c077e705246ac54c7ec76cb5433b97ce063 (diff) | |
download | freebsd-ports-graphics-60ff98f76c19686ee164eb5504c79dce58f07751.tar.gz freebsd-ports-graphics-60ff98f76c19686ee164eb5504c79dce58f07751.tar.zst freebsd-ports-graphics-60ff98f76c19686ee164eb5504c79dce58f07751.zip |
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/postfix27/pkg-plist')
-rw-r--r-- | mail/postfix27/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix27/pkg-plist b/mail/postfix27/pkg-plist index 28bc453e2bc..d03bf1373f1 100644 --- a/mail/postfix27/pkg-plist +++ b/mail/postfix27/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 |