diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-10-25 18:28:52 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-10-25 18:28:52 +0000 |
commit | 97a50440313bb8a1436a52839e592506556f3cd1 (patch) | |
tree | 7cc34d4c78ab359b12e37ef229eefe3b8b287d1f /emulators | |
parent | 739ed108f1ca8de47fd2806ce440df63b33bccd1 (diff) | |
download | ports-97a50440313bb8a1436a52839e592506556f3cd1.tar.gz ports-97a50440313bb8a1436a52839e592506556f3cd1.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 11ee0ba2279a..bca4d719e1ef 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.9 1998/01/08 18:52:05 fenner Exp $ +# $Id: Makefile,v 1.10 1998/08/02 18:21:40 joerg Exp $ # DISTNAME= pcemu1.01alpha @@ -29,7 +29,7 @@ MASTER_SITES+= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ 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/ +MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ MAINTAINER= joerg@FreeBSD.org |