diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-29 13:16:28 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-29 13:16:28 +0800 |
commit | 3cb4900180db44e0123a8aa878fa1f6c66daeb1a (patch) | |
tree | 48023f8601c5b9158e983b0a7bb254faab84bad1 | |
parent | 6a8b5403be19c4f0755c54550fea9f5305bcd1c2 (diff) | |
download | freebsd-ports-gnome-3cb4900180db44e0123a8aa878fa1f6c66daeb1a.tar.gz freebsd-ports-gnome-3cb4900180db44e0123a8aa878fa1f6c66daeb1a.tar.zst freebsd-ports-gnome-3cb4900180db44e0123a8aa878fa1f6c66daeb1a.zip |
- merge to previous commit for command_interpreter of rc script
- bump PORTREVISION
PR: ports/166332
Spotted by: dougb
Approved by: maintainer (implicit)
Feature safe: yes
-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 |