diff options
author | pav <pav@FreeBSD.org> | 2005-07-21 13:18:22 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-21 13:18:22 +0000 |
commit | a3acb6eb97c102b0ced74b77985ea56aa0d64987 (patch) | |
tree | c95d0167dabd47df15de8515e139575a62431135 /emulators | |
parent | 5200ecc38bf5ddd9f080ebccf2ddb85b23f21eac (diff) | |
download | FreeBSD-ports-a3acb6eb97c102b0ced74b77985ea56aa0d64987.zip FreeBSD-ports-a3acb6eb97c102b0ced74b77985ea56aa0d64987.tar.gz |
- Fix fetch, unbreak
PR: ports/83848
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/prodosemu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index aeb6d5a..cd804f0 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -8,15 +8,13 @@ PORTNAME= prodosemu PORTVERSION= 0.1 CATEGORIES= emulators -MASTER_SITES= http://eachan.dorsai.org/~druid/apple2/ \ - ftp://apple2.caltech.edu/pub/apple2/emulators/ +MASTER_SITES= http://downloads.planetmirror.com/pub/apple2/emulators/prodosemu/ \ + http://www.apple2.org.za/mirrors/apple2.caltech.edu/emulators/ DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A text based Apple IIe ProDOS emulator -BROKEN= Unfetchable - RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed. WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} |