diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-16 21:07:26 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-16 21:07:26 +0800 |
commit | c7ef9d448a8f9df3e0833d1cf07d5ace8412e8ad (patch) | |
tree | c43fef8ef11d5f896ddeb1c0a01b4e22b1e1ce8c /emulators/pcemu | |
parent | 0d03ddca4b2f14d88d4b0ab189a8c45f623bc0c1 (diff) | |
download | freebsd-ports-gnome-c7ef9d448a8f9df3e0833d1cf07d5ace8412e8ad.tar.gz freebsd-ports-gnome-c7ef9d448a8f9df3e0833d1cf07d5ace8412e8ad.tar.zst freebsd-ports-gnome-c7ef9d448a8f9df3e0833d1cf07d5ace8412e8ad.zip |
Remove the first master site from the list; it doesn't seem to have a
copy of pcemu around anymore.
Diffstat (limited to 'emulators/pcemu')
-rw-r--r-- | emulators/pcemu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 86c970ef022c..5b9f26d47fe4 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.3 1995/04/01 13:48:38 joerg Exp $ +# $Id: Makefile,v 1.4 1995/04/15 03:45:51 asami Exp $ # DISTNAME= pcemu1.01alpha @@ -21,7 +21,6 @@ CATEGORIES+= utilities emulation # # a selection of sites archie has been reporting: # -MASTER_SITES= ftp://hpcsos.col.hp.com/mirrors/.scsi0/linux/ALPHA/dosemu/Misc/ 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/ |