diff options
author | marino <marino@FreeBSD.org> | 2014-10-10 17:24:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-10 17:24:04 +0800 |
commit | 559972cde0fba022f6d7524a8ecf9c845b703ceb (patch) | |
tree | 9f74ec3b4baa8bf003a18afe78ecbd82b5851b80 /security/sguil | |
parent | 1710293e5bd226a27fea299d3004595d61496ad0 (diff) | |
download | freebsd-ports-gnome-559972cde0fba022f6d7524a8ecf9c845b703ceb.tar.gz freebsd-ports-gnome-559972cde0fba022f6d7524a8ecf9c845b703ceb.tar.zst freebsd-ports-gnome-559972cde0fba022f6d7524a8ecf9c845b703ceb.zip |
security/sguil: Fix shebang in sguild
PR: 194249
Submitted by: maintainer (Muhammad Rahman)
Diffstat (limited to 'security/sguil')
-rw-r--r-- | security/sguil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sguil/Makefile b/security/sguil/Makefile index 530704c95a28..caef11f77eba 100644 --- a/security/sguil/Makefile +++ b/security/sguil/Makefile @@ -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} \ |