diff options
author | joerg <joerg@FreeBSD.org> | 1998-08-02 18:21:40 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1998-08-02 18:21:40 +0000 |
commit | 8d2903b7ce4c36cf930bf7ddce5735054c67159d (patch) | |
tree | a41f966a1cbeef60768c2bf642c966ab5232b4ab /emulators | |
parent | 81679798527b85f8b627a3a599c4a2976b2a8609 (diff) | |
download | FreeBSD-ports-8d2903b7ce4c36cf930bf7ddce5735054c67159d.zip FreeBSD-ports-8d2903b7ce4c36cf930bf7ddce5735054c67159d.tar.gz |
The former ftp.germany.eu.net (now ftp.de.uu.net) has thrown a lot of
stuff away. Move to other FTP servers.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcemu/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index a2f1832..11ee0ba 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.8 1996/11/12 02:16:49 obrien Exp $ +# $Id: Makefile,v 1.9 1998/01/08 18:52:05 fenner Exp $ # DISTNAME= pcemu1.01alpha @@ -19,11 +19,14 @@ CATEGORIES= emulators #*Initialization*:1: warning: this is the location of the previous definition # -# a selection of sites archie has been reporting: +# This could in theory become a chicken-and-egg problem. Anyway, +# wcarchive is well connected, and the distfile hasn't been changed +# for years now. +MASTER_SITES+= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ # -MASTER_SITES+= ftp://ftp.germany.eu.net/pub/os/Linux/Local.EUnet/ALPHA/dosemu/Misc/ -MASTER_SITES+= ftp://minnie.cs.adfa.oz.au/BSD/phillip/FreeBSD/pc-emulator/ -MASTER_SITES+= ftp://ftp.iij.ad.jp/pub/linux/tsx-11/ALPHA/dosemu/Misc/ +# interface business GmbH is not so well connected, but Joerg's got +# direct access there. +MASTER_SITES+= ftp://ftp.interface-business.de/pub/outgoing/ # # This is the original master site, but better use a well-connected server MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/users/hedley/ |