diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-20 21:49:33 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-20 21:49:33 +0000 |
commit | 29bf84b34c956e456c738bf203d6843cd92c065b (patch) | |
tree | dd44d33fe2d17859e92231bf24b2b6f8667a94ef /emulators/vmware3 | |
parent | Fix typo in loop.fullpath. (diff) |
Add ftp:// so fenner's "Distfiles survey" does not fail
with "unknown url type" error.
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 5fd366e64e24..a390be18ab71 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc RESTRICTED= "Not sure if we can redistribute it" VMWARE_MIRROR_SITES= \ - ftp.hol.gr/pub/mirror/vmware/:vmware + ftp://ftp.hol.gr/pub/mirror/vmware/:vmware # http://vmware-svca.www.conxion.com/software/:vmware \ # http://vmware-chil.www.conxion.com/software/:vmware \ # http://vmware-heva.www.conxion.com/software/:vmware \ |