diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-03-29 05:16:28 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-03-29 05:16:28 +0000 |
commit | 44cc83d1841a31f0900ebf259510bd9e430f789b (patch) | |
tree | 08c91c63232dedd51fa467e7ff2057ac05de035e /mail/policyd2 | |
parent | 981bac1b00fcaa390c0029ed5eb39e4deefeedd1 (diff) | |
download | ports-44cc83d1841a31f0900ebf259510bd9e430f789b.tar.gz ports-44cc83d1841a31f0900ebf259510bd9e430f789b.zip |
Notes
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 95a46cbc49b2..9a8fa2c0a5f5 100644 --- a/mail/policyd2/Makefile +++ b/mail/policyd2/Makefile @@ -7,6 +7,7 @@ PORTNAME= policyd2 PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://devlabs.linuxassist.net/attachments/download/187/ DISTNAME= cluebringer-${PORTVERSION} diff --git a/mail/policyd2/files/policyd2.sh.in b/mail/policyd2/files/policyd2.sh.in index ef4359f9ecc2..a5443c618452 100644 --- a/mail/policyd2/files/policyd2.sh.in +++ b/mail/policyd2/files/policyd2.sh.in @@ -19,7 +19,7 @@ name="policyd2" rcvar=policyd2_enable command="%%LOCALBASE%%/bin/cbpolicyd" -command_interpreter="%%LOCALBASE%%/bin/perl" +command_interpreter="/usr/bin/perl" load_rc_config $name |