svn commit: r370567 - head/security/sguil
John Marino
marino at FreeBSD.org
Fri Oct 10 09:24:05 UTC 2014
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 at 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} \
More information about the svn-ports-head
mailing list