diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-05 16:22:35 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-05 16:22:35 +0800 |
commit | 74b54a2a6100c72680eb12390224fa3d2245e7fc (patch) | |
tree | 9aac943984273e91ec2419e955a40c1c618b800f /mail/postfix-policyd-weight | |
parent | 1a2a927f53d93a227d666f59d35daf48b2254db5 (diff) | |
download | freebsd-ports-gnome-74b54a2a6100c72680eb12390224fa3d2245e7fc.tar.gz freebsd-ports-gnome-74b54a2a6100c72680eb12390224fa3d2245e7fc.tar.zst freebsd-ports-gnome-74b54a2a6100c72680eb12390224fa3d2245e7fc.zip |
- fix rc.d script and bump PORTREVISION
- small portlint
PR: ports/123411
Submitted by: Sahil Tandon
Approved by: maintainer
Diffstat (limited to 'mail/postfix-policyd-weight')
-rw-r--r-- | mail/postfix-policyd-weight/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix-policyd-weight/files/policyd-weight.in | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile index 157c4c1b18b1..8f88bd3e0147 100644 --- a/mail/postfix-policyd-weight/Makefile +++ b/mail/postfix-policyd-weight/Makefile @@ -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 diff --git a/mail/postfix-policyd-weight/files/policyd-weight.in b/mail/postfix-policyd-weight/files/policyd-weight.in index eb5add8db138..396e04dd669f 100644 --- a/mail/postfix-policyd-weight/files/policyd-weight.in +++ b/mail/postfix-policyd-weight/files/policyd-weight.in @@ -13,7 +13,7 @@ . /etc/rc.subr -name="policyd-weight" +name="policyd_weight" rcvar=policyd_weight_enable start_cmd=policyd_weight_start |