Fix missing quotes in generated conf.php file
Approved by: swills (mentor)
This commit is contained in:
parent
f6f848edcb
commit
c440114d57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326399
2 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
|
|||
p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \
|
||||
nfdump>=0:${PORTSDIR}/net-mgmt/nfdump
|
||||
|
||||
USES= iconv shebangfix
|
||||
USE_PERL5= yes
|
||||
USES= iconv shebangfix perl5
|
||||
USE_PHP= session pcre sockets
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= PORTNAME=${PORTNAME}
|
||||
|
|
|
@ -8,7 +8,7 @@ if [ "$2" = "POST-INSTALL" ]; then
|
|||
/usr/bin/printf "<?php
|
||||
/* This file was automatically created by the NfSen %%PORTVERSION%% install.pl script */
|
||||
|
||||
\$COMMSOCKET = "%%PREFIX%%/var/nfsen/run/nfsen.comm";
|
||||
\$COMMSOCKET = \"%%PREFIX%%/var/nfsen/run/nfsen.comm\";
|
||||
|
||||
\$DEBUG=0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue