diff options
author | veego <veego@pkgsrc.org> | 2006-08-24 19:44:59 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2006-08-24 19:44:59 +0000 |
commit | 5bfa5dde5a778213720e6a9a4f99f755aea91617 (patch) | |
tree | 7e33a6c5ae735971653b71a89fc73f3ead7cd7a2 /emulators/vmware3 | |
parent | 5a556df731b6480554eed4240b2727d52b13b320 (diff) | |
download | pkgsrc-5bfa5dde5a778213720e6a9a4f99f755aea91617.tar.gz |
Get the VMWARE_BIN_PATCH file from the obsolete on the master site.
XXX Maybe update it to a newer version, but it was easier to just adjust
the download path.
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 b5d674a6ce3..d3fd00c0053 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/24 19:44:59 veego Exp $ DISTNAME= VMware-workstation-3.2.1-2242 PKGNAME= vmware-3.2.1pl1 @@ -22,7 +22,7 @@ VMWARE_BIN_PATCH= vmware-any-any-update99 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${VMWARE_BIN_PATCH}.tar.gz -SITES.${VMWARE_BIN_PATCH}.tar.gz= ftp://ftp.cvut.cz/vmware/ +SITES.${VMWARE_BIN_PATCH}.tar.gz= ftp://ftp.cvut.cz/vmware/obsolete/ DEPENDS+= vmware-module>=3.2.1.8:../../emulators/vmware-module3 DEPENDS+= suse_vmware>=6.4nb1:../../emulators/${SUSE_DIR_PREFIX}_vmware |