diff options
-rw-r--r-- | emulators/vmware2/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 2ca04586f35b..0d54273469bc 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -12,9 +12,9 @@ CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ ${FREEBSD_MODULE_SITES} \ ${VMWARE_MIRROR_SITES} -DISTFILES= VMware-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX} \ - vmmon-freebsd-0.98${EXTRACT_SUFX} \ - vmnet-freebsd-0.21${EXTRACT_SUFX} +DISTFILES= VMware-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:vmware \ + vmmon-freebsd-0.98${EXTRACT_SUFX}:patch \ + vmnet-freebsd-0.21${EXTRACT_SUFX}:patch # Feel free to post your questions/reports/suggestions on this port to # freebsd-emulation mailing list with the following maintainer address CC'ed. @@ -26,15 +26,15 @@ RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc RESTRICTED= "Not sure if we can redistribute it" VMWARE_MIRROR_SITES= \ - http://vmware-svca.www.conxion.com/software/ \ - http://vmware-chil.www.conxion.com/software/ \ - http://vmware-heva.www.conxion.com/software/ \ - http://vmware.wespe.de/software/ \ - ftp://vmware.wespe.de/pub/software + http://vmware-svca.www.conxion.com/software/:vmware \ + http://vmware-chil.www.conxion.com/software/:vmware \ + http://vmware-heva.www.conxion.com/software/:vmware \ + http://vmware.wespe.de/software/:vmware \ + ftp://vmware.wespe.de/pub/software:vmware FREEBSD_MODULE_SITES= \ - http://www.mindspring.com/~vsilyaev/vmware/files/ \ - ftp://mirror.aarnet.edu.au/pub/vmware/freebsd/ \ - http://mirror.aarnet.edu.au/pub/vmware/freebsd/ + http://www.mindspring.com/~vsilyaev/vmware/files/:patch \ + ftp://mirror.aarnet.edu.au/pub/vmware/freebsd/:patch \ + http://mirror.aarnet.edu.au/pub/vmware/freebsd/:patch USE_SUBMAKE= yes USE_LINUX= yes |