diff options
Diffstat (limited to 'emulators/vmware')
-rw-r--r-- | emulators/vmware/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index b3d4a35323d..2387b285cac 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,17 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:13 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2009/05/21 10:44:57 zafer Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://www4.vmware.com/software/ \ - http://www.vmware.com/download1/software/ \ - ftp://download1.vmware.com/pub/software/ \ - http://vmware-svca.www.conxion.com/software/ \ - http://vmware-chil.www.conxion.com/software/ \ - http://vmware-heva.www.conxion.com/software/ \ - ftp://vmware.wespe.de/pub/software/ \ - ftp://mirror.aarnet.edu.au/pub/vmware/software/ +MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vmware.com/ |