mail/spamassassin: Fix command_interpreter regression

PR/196517, the rc script unable to find its .pid file, has returned.
Restore SVN r376379 (691102663f), fixing this bug again.

PR:		196517
Reported by:	ler
This commit is contained in:
Cy Schubert 2023-01-03 10:56:58 -08:00
parent 7aafe102b9
commit 1f3e72b3f6
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= spamassassin
PORTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES?= mail perl5
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail
DISTNAME= Mail-SpamAssassin-${PORTVERSION}

View File

@ -40,7 +40,6 @@ restart_precmd="precmd"
pidfile=${spamd_pidfile:-"/var/run/${name}/${name}.pid"}
command=%%PREFIX%%/bin/${name}
command_args="-d -r ${pidfile}"
command_interpreter="%%PREFIX%%/bin/perl"
required_dirs="%%PREFIX%%/share/spamassassin"
precmd()