Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 09:24:04 +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: r370567 - head/security/sguil
Message-ID:  <201410100924.s9A9O407060818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Oct 10 09:24:04 2014
New Revision: 370567
URL: https://svnweb.freebsd.org/changeset/ports/370567
QAT: https://qat.redports.org/buildarchive/r370567/

Log:
  security/sguil: Fix shebang in sguild
  
  PR:		194249
  Submitted by:	maintainer (Muhammad Rahman)

Modified:
  head/security/sguil/Makefile

Modified: head/security/sguil/Makefile
==============================================================================
--- head/security/sguil/Makefile	Fri Oct 10 07:26:24 2014	(r370566)
+++ head/security/sguil/Makefile	Fri Oct 10 09:24:04 2014	(r370567)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sguil
 PORTVERSION=	0.9.0
+REVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	5u623l20@gmail.com
@@ -113,7 +114,7 @@ USE_RC_SUBR+=	pads_agent
 
 post-patch:
 .if ${PORT_OPTIONS:MSERVER}
-	@${REINPLACE_CMD} 's|/bin/sh|/usr/local/bin/${TCLSH}|' \
+	@${REINPLACE_CMD} 's|/bin/sh|${TCLSH}|' \
 		${WRKSRC}/server/sguild
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/${SERVER_SGUILDIR} \
 		${STAGEDIR}${PREFIX}/lib/${SERVER_SGUILDIR} \



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