aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-07-13 06:43:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-07-13 06:43:51 +0000
commita7ed515c795edd13b561045425a0960c2ecb98e0 (patch)
tree1b222501233d28f2eebc8d0b0dc72f723d17b719 /emulators/vmware2
parent9362aa927b2a2dba83119ae04d34a82da6293a52 (diff)
downloadports-a7ed515c795edd13b561045425a0960c2ecb98e0.tar.gz
ports-a7ed515c795edd13b561045425a0960c2ecb98e0.zip
Notes
Diffstat (limited to 'emulators/vmware2')
-rw-r--r--emulators/vmware2/distinfo2
-rw-r--r--emulators/vmware2/scripts/configure4
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/vmware2/distinfo b/emulators/vmware2/distinfo
index 0b42e946b04f..a9f20325d677 100644
--- a/emulators/vmware2/distinfo
+++ b/emulators/vmware2/distinfo
@@ -1,3 +1,3 @@
-MD5 (VMware-2.0.1-570.tar.gz) = bc5e72dbb6fe972fef11355583e605af
+MD5 (VMware-2.0.1-570.tar.gz) = cb96a976ac0931f046b729561745870a
MD5 (vmmon-freebsd-0.95.1.tar.gz) = 07484c8943b1b93dc576389f7eddafe3
MD5 (vmnet-freebsd-0.11.tar.gz) = 9cbf5873139efaa136bb0b7ca7583821
diff --git a/emulators/vmware2/scripts/configure b/emulators/vmware2/scripts/configure
index 75ec1773b1bf..7fb4e5ce926b 100644
--- a/emulators/vmware2/scripts/configure
+++ b/emulators/vmware2/scripts/configure
@@ -93,7 +93,7 @@ if [ _$BATCH = _ ]; then
10 50
fi
else #BATCH
- [ -f ${WRKDIR}/Makefile.inc.net ] && exit
+ [ -f ${WRKDIR}/Makefile.inc.net ] && exit 0
fi #BATCH
(
@@ -104,3 +104,5 @@ echo VMNET_HOST_IP=$host_ip
echo VMNET_NETMASK=$netmask
[ $networking -ne 0 ] && echo VMNET_NETWORKING=1
)
+
+exit 0