diff --git a/mail/ssmtp/ssmtp.conf b/mail/ssmtp/ssmtp.conf index d1827c2df..67cad804c 100644 --- a/mail/ssmtp/ssmtp.conf +++ b/mail/ssmtp/ssmtp.conf @@ -19,3 +19,9 @@ var_append makeinstopt ' ' 'GEN_CONFIG=true' var_append extraconfopt ' ' '--enable-ssl' var_append extraconfopt ' ' '--enable-md5auth' + +hook_add postmake 5 'ssmtp_install_conf' +ssmtp_install_conf() { + cp -vf ssmtp.conf.5 "$root$mandir/man5/" + cp -vf ssmtp.conf generate_config* "$root$docdir/" +}