From 0589b04770729d4addc7c7f62fb551c361f43d45 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 13 Nov 2014 20:46:16 +0000 Subject: [PATCH] sysutils/sec: Fix $command_interpreter warning PR: 194535 Submitted by: John Polstra Approved by: maintainer --- sysutils/sec/Makefile | 3 ++- sysutils/sec/files/sec.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile index 86dcf270de4c..14135a73a79a 100644 --- a/sysutils/sec/Makefile +++ b/sysutils/sec/Makefile @@ -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 diff --git a/sysutils/sec/files/sec.in b/sysutils/sec/files/sec.in index be3661ab3ee7..38fd18bf5b14 100644 --- a/sysutils/sec/files/sec.in +++ b/sysutils/sec/files/sec.in @@ -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"