diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-09-10 09:43:31 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-09-10 09:43:31 +0000 |
commit | 9263fd85dacfb0a0eb98dbc6fccb0e34d7c50426 (patch) | |
tree | 7d815305bceed36ffdbf0593aee869fa7430dd8a /mail/spampd | |
parent | c10d79d12ad28c9a87e588d18a9905caabb97365 (diff) | |
download | ports-9263fd85dacfb0a0eb98dbc6fccb0e34d7c50426.tar.gz ports-9263fd85dacfb0a0eb98dbc6fccb0e34d7c50426.zip |
Notes
Diffstat (limited to 'mail/spampd')
-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 |