diff options
author | alex <alex@FreeBSD.org> | 1998-09-11 23:40:16 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-09-11 23:40:16 +0800 |
commit | eb8f76e759caaf4a4e549ee18bf83be652c642de (patch) | |
tree | 0cfa115985940a90b73880ede15acf0286b2aa77 /emulators/bochs | |
parent | 4561e6f878da19d91e52480d922501b161405086 (diff) | |
download | freebsd-ports-gnome-eb8f76e759caaf4a4e549ee18bf83be652c642de.tar.gz freebsd-ports-gnome-eb8f76e759caaf4a4e549ee18bf83be652c642de.tar.zst freebsd-ports-gnome-eb8f76e759caaf4a4e549ee18bf83be652c642de.zip |
Changed MASTER_SITES to ftp.bochs.com.
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index a6611f452b80..db9e58ded29e 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.9 1998/05/18 23:49:17 alex Exp $ +# $Id: Makefile,v 1.10 1998/06/07 09:32:33 dburr Exp $ # VGABIOS= VGABIOS-elpin-2.00A @@ -12,7 +12,7 @@ DATE= 980513 DISTNAME= bochs-${DATE}a CATEGORIES= emulators -MASTER_SITES= ftp://ftp.std.com/pub/bochs/ +MASTER_SITES= ftp://ftp.bochs.com/pub/ MAINTAINER= alex@FreeBSD.ORG |