From 3256ab48f4a076694048169c704fa668c62fed6c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 2 Nov 2000 23:01:40 +0000 Subject: Fix a stupid typo. It wasn't a problem as it was consistent, but I'm fixing it so I don't look stupid. :> --- emulators/vmware3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/vmware3') 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/ \ -- cgit