Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2014 20:46:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372536 - in head/sysutils/sec: . files
Message-ID:  <201411132046.sADKkHgU068022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Nov 13 20:46:16 2014
New Revision: 372536
URL: https://svnweb.freebsd.org/changeset/ports/372536
QAT: https://qat.redports.org/buildarchive/r372536/

Log:
  sysutils/sec: Fix $command_interpreter warning
  
  PR:		194535
  Submitted by:	John Polstra
  Approved by:	maintainer

Modified:
  head/sysutils/sec/Makefile
  head/sysutils/sec/files/sec.in

Modified: head/sysutils/sec/Makefile
==============================================================================
--- head/sysutils/sec/Makefile	Thu Nov 13 18:58:42 2014	(r372535)
+++ head/sysutils/sec/Makefile	Thu Nov 13 20:46:16 2014	(r372536)
@@ -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
 

Modified: head/sysutils/sec/files/sec.in
==============================================================================
--- head/sysutils/sec/files/sec.in	Thu Nov 13 18:58:42 2014	(r372535)
+++ head/sysutils/sec/files/sec.in	Thu Nov 13 20:46:16 2014	(r372536)
@@ -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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411132046.sADKkHgU068022>