diff options
author | sahil <sahil@FreeBSD.org> | 2011-05-11 09:18:51 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-05-11 09:18:51 +0800 |
commit | c1e110abdeae98203e2bc46581d9327fa0664c7c (patch) | |
tree | 553e6dc022d9d73552991934615c056e37088a5a /mail/policyd2 | |
parent | 2dc69a5b7733335ef3af889036492e9f2d7333ba (diff) | |
download | freebsd-ports-gnome-c1e110abdeae98203e2bc46581d9327fa0664c7c.tar.gz freebsd-ports-gnome-c1e110abdeae98203e2bc46581d9327fa0664c7c.tar.zst freebsd-ports-gnome-c1e110abdeae98203e2bc46581d9327fa0664c7c.zip |
Use command_interpreter instead of procname in
rc script. Bump PORTREVISION because this change
alters the default package.
PR: ports/155779
Submitted by: Frank Wall <fw@moov.de>
Approved by: Chifeng QU <chifeng@gmail.com> (maintainer)
Diffstat (limited to 'mail/policyd2')
-rw-r--r-- | mail/policyd2/Makefile | 1 | ||||
-rw-r--r-- | mail/policyd2/files/policyd2.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/policyd2/Makefile b/mail/policyd2/Makefile index f3fd320018e4..966006089370 100644 --- a/mail/policyd2/Makefile +++ b/mail/policyd2/Makefile @@ -7,6 +7,7 @@ PORTNAME= policyd2 PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION} DISTNAME= cluebringer-${PORTVERSION} diff --git a/mail/policyd2/files/policyd2.sh.in b/mail/policyd2/files/policyd2.sh.in index d68e8bb934c1..6868b25f213d 100644 --- a/mail/policyd2/files/policyd2.sh.in +++ b/mail/policyd2/files/policyd2.sh.in @@ -19,7 +19,7 @@ name="policyd2" rcvar=`set_rcvar` command="%%LOCALBASE%%/bin/cbpolicyd" -procname="/usr/bin/perl" +command_interpreter="/usr/bin/perl" load_rc_config $name |