- while here ...
- tighten post-patch
- move do-install from copies to copytree_share
- added BINMODE of 0755 so the instances of INSTALL_SCRIPT install with
this mode instead of installing, and changing modes afterward
- updated post-install to install with mode of 666 instead of changing post
- dropped substitution on pkg-message, as there was nothing to substitute, and
put in post-install echo msg. remove file, as well.
- update interpreter in rc script /usr/bin/perl -> %%LOCALBASE%%/bin/perl
PR: ports/166332
Submitted by: maintainer, chifeng@gmail.com [1]
Feature safe: yes
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Policyd v2 (codenamed "cluebringer") is a multi-platform policy
server for popular MTAs. This policy daemon is designed mostly
for large scale mail hosting environments.
WWW: http://www.policyd.org
PR: ports/129385
Submitted by: Chifeng QU <chifeng at gmail.com>