diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-15 06:48:40 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-15 06:48:40 +0800 |
commit | ca4152fe8e5b1e5ff91e7dde2153b62417b91136 (patch) | |
tree | c208fa7a62e52ce0e53bc05e740a708971ccf450 /mail/qmail | |
parent | f495612910555d811b64e3d38065e17c992118f8 (diff) | |
download | freebsd-ports-gnome-ca4152fe8e5b1e5ff91e7dde2153b62417b91136.tar.gz freebsd-ports-gnome-ca4152fe8e5b1e5ff91e7dde2153b62417b91136.tar.zst freebsd-ports-gnome-ca4152fe8e5b1e5ff91e7dde2153b62417b91136.zip |
Fix /usr/local/etc/man.d appearing as a leftover since ~pkg 1.3.8.
Not bumping PORTREVISION as this is not worth shaking up qmail installations
over.
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/qmail/pkg-plist b/mail/qmail/pkg-plist index 7ead73729267..f6055bf77148 100644 --- a/mail/qmail/pkg-plist +++ b/mail/qmail/pkg-plist @@ -236,5 +236,6 @@ scripts/mkaliasdir @unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt @unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. You can do it just executing 'echo sendmail_enable=\"YES\"' >> /etc/rc.conf" | /usr/bin/fmt @cwd %%LOCALBASE%% +@dir etc/man.d etc/man.d/qmail.conf @cwd %%QMAIL_PREFIX%% |