aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/couriergraph/Makefile2
-rw-r--r--mail/couriergraph/files/couriergraph.in2
-rw-r--r--mail/exilog/Makefile2
-rw-r--r--mail/exilog/files/exilog.in2
-rw-r--r--mail/ovs/Makefile2
-rw-r--r--mail/ovs/files/ovs.in2
-rw-r--r--mail/rspamd/Makefile1
-rw-r--r--mail/rspamd/files/rspamd_redirector.in2
8 files changed, 8 insertions, 7 deletions
diff --git a/mail/couriergraph/Makefile b/mail/couriergraph/Makefile
index 82328554b1a0..81199f3d0fb3 100644
--- a/mail/couriergraph/Makefile
+++ b/mail/couriergraph/Makefile
@@ -3,7 +3,7 @@
PORTNAME= couriergraph
PORTVERSION= 20060202
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.arschkrebs.de/postfix/${PORTNAME}/
DISTNAME= ${PORTNAME}
diff --git a/mail/couriergraph/files/couriergraph.in b/mail/couriergraph/files/couriergraph.in
index 82297160f005..430a64c3078b 100644
--- a/mail/couriergraph/files/couriergraph.in
+++ b/mail/couriergraph/files/couriergraph.in
@@ -18,7 +18,7 @@ rcvar=couriergraph_enable
command=%%PREFIX%%/sbin/couriergraph.pl
command_args='> /dev/null 2>&1'
-command_interpreter=/usr/bin/perl
+command_interpreter="%%PREFIX%%/bin/perl"
stop_postcmd=stop_postcmd
stop_postcmd()
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile
index dc2e5fba4cfe..f0eaf9f3fbe0 100644
--- a/mail/exilog/Makefile
+++ b/mail/exilog/Makefile
@@ -3,7 +3,7 @@
PORTNAME= exilog
PORTVERSION= 0.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= mail
MASTER_SITES= http://duncanthrax.net/exilog/
diff --git a/mail/exilog/files/exilog.in b/mail/exilog/files/exilog.in
index 887be6cbdce8..072572b7abbe 100644
--- a/mail/exilog/files/exilog.in
+++ b/mail/exilog/files/exilog.in
@@ -20,7 +20,7 @@ rcvar=exilog_enable
command=%%PREFIX%%/sbin/exilog_agent.pl
pidfile=/var/run/exilog.pid
required_files=%%PREFIX%%/etc/exilog.conf
-command_interpreter=/usr/bin/perl
+command_interpreter="%%PREFIX%%/bin/perl"
# read settings, set default values
load_rc_config $name
diff --git a/mail/ovs/Makefile b/mail/ovs/Makefile
index 28562e795226..7380a12eb2f8 100644
--- a/mail/ovs/Makefile
+++ b/mail/ovs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ovs
PORTVERSION= 1.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ \
http://mirror.amdmi3.ru/distfiles/
diff --git a/mail/ovs/files/ovs.in b/mail/ovs/files/ovs.in
index 8dabbc632342..573aee39c48a 100644
--- a/mail/ovs/files/ovs.in
+++ b/mail/ovs/files/ovs.in
@@ -17,7 +17,7 @@ rcvar=ovs_enable
command=%%PREFIX%%/sbin/${name}.pl
command_args='> /dev/null 2>&1'
-command_interpreter=/usr/bin/perl
+command_interpreter="%%PREFIX/bin/perl"
stop_postcmd=stop_postcmd
stop_postcmd()
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index ffda3798903e..97ae5974d69d 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rspamd
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://rspamd.com/downloads/
diff --git a/mail/rspamd/files/rspamd_redirector.in b/mail/rspamd/files/rspamd_redirector.in
index d3842b71ccd8..d719ee240af0 100644
--- a/mail/rspamd/files/rspamd_redirector.in
+++ b/mail/rspamd/files/rspamd_redirector.in
@@ -23,7 +23,7 @@ load_rc_config $name
pidfile=${rspamd_redirector_pidfile:-"/var/run/rspamd/redirector.pid"}
command="%%PREFIX%%/bin/rspamd-redirector"
-command_interpreter="/usr/bin/perl"
+command_interpreter="%%PREFIX%%/bin/perl"
extra_commands="reload"
sig_reload="USR1"
stop_postcmd="rm -f $pidfile"