aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-11-13 20:46:16 +0000
committerJohn Marino <marino@FreeBSD.org>2014-11-13 20:46:16 +0000
commit0589b04770729d4addc7c7f62fb551c361f43d45 (patch)
tree189dfe8bea784f2a220b329ea5511168bf1eefea /sysutils
parente3b1a128a817adf74da321fa67534f66fc82640f (diff)
downloadports-0589b04770729d4addc7c7f62fb551c361f43d45.tar.gz
ports-0589b04770729d4addc7c7f62fb551c361f43d45.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/sec/Makefile3
-rw-r--r--sysutils/sec/files/sec.in2
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"