- fix rc.d script and bump PORTREVISION
- small portlint PR: ports/123411 Submitted by: Sahil Tandon Approved by: maintainer
This commit is contained in:
parent
5cf4b8ccf9
commit
8858f438a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212637
2 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= policyd-weight
|
||||
PORTVERSION= 0.1.14.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.policyd-weight.org/releases/
|
||||
PKGNAMEPREFIX= postfix-
|
||||
|
@ -20,8 +21,8 @@ SUB_FILES= pkg-message
|
|||
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample
|
||||
|
||||
USE_RC_SUBR+= policyd-weight
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN8+= policyd-weight.8
|
||||
MAN5+= policyd-weight.conf.5
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="policyd-weight"
|
||||
name="policyd_weight"
|
||||
rcvar=policyd_weight_enable
|
||||
|
||||
start_cmd=policyd_weight_start
|
||||
|
|
Loading…
Reference in a new issue