1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

sysutils/sec: Fix $command_interpreter warning

PR:		194535
Submitted by:	John Polstra
Approved by:	maintainer
This commit is contained in:
John Marino 2014-11-13 20:46:16 +00:00
parent e3b1a128a8
commit 0589b04770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372536
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= sec
PORTVERSION= 2.7.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION}
@ -15,6 +15,7 @@ USE_RC_SUBR= sec
USES= perl5 shebangfix
SHEBANG_FILES= sec
SUB_LIST= PERL=${PERL}
USE_PERL5= run
NO_BUILD= yes

View File

@ -32,7 +32,7 @@ rcvar=sec_enable
command="%%PREFIX%%/bin/sec"
command_args="-detach"
command_interpreter="/usr/bin/perl"
command_interpreter="%%PERL%%"
extra_commands="reload"
pidfile="/var/run/sec.pid"