diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-05-11 01:18:51 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-05-11 01:18:51 +0000 |
commit | d7752141fd399e3fd32422d57cae23eadfbead72 (patch) | |
tree | d8240e453d7845f1729b2a1be485a7c3065a76c0 /mail | |
parent | 540d30b0ec1c5220d964c148502effbbaef67273 (diff) | |
download | ports-d7752141fd399e3fd32422d57cae23eadfbead72.tar.gz ports-d7752141fd399e3fd32422d57cae23eadfbead72.zip |
Notes
Diffstat (limited to 'mail')
-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 |