diff options
author | knu <knu@FreeBSD.org> | 2000-11-02 12:20:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-02 12:20:26 +0000 |
commit | e88b047958b6f8b1b2d13282db654f28e81ee675 (patch) | |
tree | 785ae55f30b075833233f95d3c7e89d00d7a6b5b /emulators/vmware2/Makefile | |
parent | d1f3d14973f2555c54250d5cb834b8dc8510a1df (diff) | |
download | FreeBSD-ports-e88b047958b6f8b1b2d13282db654f28e81ee675.zip FreeBSD-ports-e88b047958b6f8b1b2d13282db654f28e81ee675.tar.gz |
Make the startup script read ${PREFIX}/etc/vmware/config so people do
not have discrepant configurations between them.
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 4453cdc..8845a66 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -8,7 +8,7 @@ PORTNAME= vmware2 PORTVERSION= 2.0.2.621 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ http://vmware-svca.www.conxion.com/software/ \ @@ -84,8 +84,6 @@ setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ -e 's;@@LINUXBASE@@;${LINUXBASE};' \ -e 's;@@NETWORKING@@;${VMNET_NETWORKING};' \ - -e 's;@@HOST_IP@@;${VMNET_HOST_IP};' \ - -e 's;@@NETMASK@@;${VMNET_NETMASK};' \ ${FILESDIR}/vmware.sh > ${WRKDIR}/vmware.sh ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ |