diff options
author | billf <billf@FreeBSD.org> | 1998-12-02 20:36:04 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-02 20:36:04 +0000 |
commit | 4114261c424bf70eda26b20c2e4445665b95de18 (patch) | |
tree | ee5412617e2367eff8e1710f9147e43a7b52505a /emulators | |
parent | 757fbe88b912d76e21f10ec182b1020ecd08232c (diff) | |
download | FreeBSD-ports-4114261c424bf70eda26b20c2e4445665b95de18.zip FreeBSD-ports-4114261c424bf70eda26b20c2e4445665b95de18.tar.gz |
Unbreak by adding many more MASTER_SITES.
PR: ports/8935
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/prodosemu/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index 8a5f0cb..31d47b8 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -3,18 +3,20 @@ # Date created: 18th February 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.1.1.1 1997/07/07 11:22:08 max Exp $ +# $Id: Makefile,v 1.2 1998/12/01 09:36:32 obrien Exp $ # DISTNAME= prodosemu.v0.1 PKGNAME= prodosemu-0.1 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ +MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ \ + ftp://apple2.caltech.edu/pub/apple2/emulators/ \ + ftp://apple.cabi.net/pub/apple_II/emulators/prodosemu/ \ + ftp://ftp.aarnet.edu.au/pub/apple/apple_II/emulators/prodosemu/ \ + ftp://ftp.recherche.enac.fr/pub/MIRRORS/apple_II/emulators/prodosemu/ MAINTAINER= sutton@aardvark.apana.org.au -BROKEN="fetch" - NO_PACKAGE= yes RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed. WRKSRC= ${WRKDIR}/prodosemu-v0.1 |