diff options
-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 |