diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-21 13:18:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-21 13:18:22 +0000 |
commit | 7daa3b2067fe5c526d2d6af3f7c93c009879d5e8 (patch) | |
tree | 4f53288107a70a197462fb642441f2ea6be36611 /emulators/prodosemu | |
parent | OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, (diff) |
- Fix fetch, unbreak
PR: ports/83848
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
Diffstat (limited to 'emulators/prodosemu')
-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 aeb6d5a6de83..cd804f01a69a 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} |