diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-07-01 07:48:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-07-01 07:48:29 +0000 |
commit | e9cc40e5ad23268c453bc3cf523625901524762d (patch) | |
tree | 5296bbe9d1375907d8c35ffb7ae219e767900d50 /emulators | |
parent | 91fe6633351a8258a98cb12c7614034eca5d984f (diff) | |
download | pkgsrc-e9cc40e5ad23268c453bc3cf523625901524762d.tar.gz |
switch back to standard master site listt now that we use the most current
version; pointed out by Todd Vierling
set MAINTAINER to me
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/Makefile | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index fb9ce67deca..a9e07a145c8 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,28 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2003/06/29 20:07:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/01 07:48:29 jdolecek Exp $ DISTNAME= VMware-workstation-3.2.1-2237 PKGNAME= vmware-3.2.1 WRKSRC= ${WRKDIR}/vmware-distrib CATEGORIES= emulators -MASTER_SITES= ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ \ - http://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ - http://csociety-ftp.ecn.purdue.edu/pub/gentoo/distfiles/ \ - http://slackware.linux.no/pub/gentoo/distfiles/ \ - ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/ - -### Standard sites for "the most current version" are below. -### The MASTER_SITES above are mirrors for the version used by this pkg. -### -#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/ - -MAINTAINER= tech-pkg@netbsd.org +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/ + +MAINTAINER= jdolecek@netbsd.org HOMEPAGE= http://www.vmware.com/ COMMENT= VMware emulator 3.x |