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 | |
parent | 3507a29168877f8d2b04be23c4d60e5cb42ae62e (diff) | |
download | ports-29bf84b34c956e456c738bf203d6843cd92c065b.tar.gz ports-29bf84b34c956e456c738bf203d6843cd92c065b.zip |
Add ftp:// so fenner's "Distfiles survey" does not fail
with "unknown url type" error.
Notes
Notes:
svn path=/head/; revision=91762
Diffstat (limited to 'emulators')
-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 \ |