diff options
author | Doug White <dwhite@FreeBSD.org> | 2000-12-15 13:22:55 +0800 |
---|---|---|
committer | Doug White <dwhite@FreeBSD.org> | 2000-12-15 13:22:55 +0800 |
commit | e2295290e27e123cfe452d92d35c61698d0176b3 (patch) | |
tree | f2a733c4df54aedeceb59144c91cc7cf93c6e29f /mail | |
parent | a7368d5710f254dd37d776742e1b7c8913acdc40 (diff) | |
download | freebsd-ports-gnome-e2295290e27e123cfe452d92d35c61698d0176b3.tar.gz freebsd-ports-gnome-e2295290e27e123cfe452d92d35c61698d0176b3.tar.zst freebsd-ports-gnome-e2295290e27e123cfe452d92d35c61698d0176b3.zip |
Install postlock. Not sure what it does but someone apparently wants it :)
PR: 23551
Approved by: David W. Chapman Jr. <dwcjr@inethouston.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index fa68418b56f1..b8bdf0bc5214 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -42,7 +42,7 @@ BIN1= bounce cleanup error flush lmtp local master nqmgr pickup \ pipe qmgr showq smtp smtpd spawn trivial-rewrite BIN2= postalias postcat postconf postdrop postfix \ - postkick postlog postmap postsuper sendmail + postkick postlock postlog postmap postsuper sendmail .if defined(WITH_TEST) BIN3= smtp-sink smtp-source diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 8920f0841e32..0b9e9338980f 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -54,6 +54,7 @@ sbin/postcat sbin/postconf sbin/postfix sbin/postkick +sbin/postlock sbin/postlog sbin/postmap sbin/postsuper |