diff options
-rw-r--r-- | mail/spampd/Makefile | 2 | ||||
-rw-r--r-- | mail/spampd/files/spampd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index ed6b1d73f71f..f0de7d19ec31 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -3,7 +3,7 @@ PORTNAME= spampd PORTVERSION= 2.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MAINTAINER= des@FreeBSD.org diff --git a/mail/spampd/files/spampd.in b/mail/spampd/files/spampd.in index 3e96197e5517..26bb226c9c90 100644 --- a/mail/spampd/files/spampd.in +++ b/mail/spampd/files/spampd.in @@ -24,7 +24,7 @@ load_rc_config $name command="%%PREFIX%%/sbin/$name" command_args="--pid=${spampd_pidfile}" -command_interpreter=%%PERL%% +command_interpreter="%%PERL%% -T" pidfile="${spampd_pidfile}" run_rc_command $1 |