mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix the configure script that caused a syntax error when no networking.
PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
This commit is contained in:
parent
06a9769629
commit
36df7f0db6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32493
2
emulators/vmware/scripts/configure
vendored
2
emulators/vmware/scripts/configure
vendored
@ -102,5 +102,5 @@ exec > ${WRKDIR}/Makefile.inc.net
|
||||
echo '#' `date`
|
||||
echo VMNET_HOST_IP=$host_ip
|
||||
echo VMNET_NETMASK=$netmask
|
||||
[ $networking -ne 0 ] && echo VMNET_NETWORKING=1
|
||||
echo VMNET_NETWORKING=$networking
|
||||
)
|
||||
|
2
emulators/vmware2/scripts/configure
vendored
2
emulators/vmware2/scripts/configure
vendored
@ -102,7 +102,7 @@ exec > ${WRKDIR}/Makefile.inc.net
|
||||
echo '#' `date`
|
||||
echo VMNET_HOST_IP=$host_ip
|
||||
echo VMNET_NETMASK=$netmask
|
||||
[ $networking -ne 0 ] && echo VMNET_NETWORKING=1
|
||||
echo VMNET_NETWORKING=$networking
|
||||
)
|
||||
|
||||
exit 0
|
||||
|
2
emulators/vmware3/scripts/configure
vendored
2
emulators/vmware3/scripts/configure
vendored
@ -102,7 +102,7 @@ exec > ${WRKDIR}/Makefile.inc.net
|
||||
echo '#' `date`
|
||||
echo VMNET_HOST_IP=$host_ip
|
||||
echo VMNET_NETMASK=$netmask
|
||||
[ $networking -ne 0 ] && echo VMNET_NETWORKING=1
|
||||
echo VMNET_NETWORKING=$networking
|
||||
)
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user