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/vmware3 | |
parent | Add patch to fix mount checking. Already in KDE bugs database. (diff) |
Fix a stupid typo. It wasn't a problem as it was consistent, but I'm
fixing it so I don't look stupid. :>
Notes
Notes:
svn path=/head/; revision=34689
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index acbb4e9b4c57..6f3c0672fc55 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/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/ \ |