diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 23:01:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 23:01:40 +0000 |
commit | 3256ab48f4a076694048169c704fa668c62fed6c (patch) | |
tree | 2729370a806935e7b2f650c2091b5e1735968325 /emulators/vmware2 | |
parent | 07be7e6d9dbb7ac0c164e5945c8b1c2b44ba895e (diff) | |
download | ports-3256ab48f4a076694048169c704fa668c62fed6c.tar.gz ports-3256ab48f4a076694048169c704fa668c62fed6c.zip |
Notes
Diffstat (limited to 'emulators/vmware2')
-rw-r--r-- | emulators/vmware2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index acbb4e9b4c57..6f3c0672fc55 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -16,7 +16,7 @@ PORTREVISION= 3 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ ${FREEBSD_MODULE_SITES} \ - ${VMARE_MIRROR_SITES} + ${VMWARE_MIRROR_SITES} DISTFILES= VMware-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX} \ vmmon-freebsd-0.98${EXTRACT_SUFX} \ vmnet-freebsd-0.21${EXTRACT_SUFX} @@ -29,7 +29,7 @@ RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc RESTRICTED= "Not sure if we can redistribute it" -VMARE_MIRROR_SITES= \ +VMWARE_MIRROR_SITES= \ http://vmware-svca.www.conxion.com/software/ \ http://vmware-chil.www.conxion.com/software/ \ http://vmware-heva.www.conxion.com/software/ \ |