diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-21 17:02:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-21 17:02:38 +0800 |
commit | 47cd111819800179138f7e4bda3075668cd8bf21 (patch) | |
tree | 1f25ba95cf918d309fd94f0bd633ed035e424c52 /emulators/prodosemu | |
parent | 5059633abeaac37b79d757cf1d43b83ebb8085c9 (diff) | |
download | freebsd-ports-graphics-47cd111819800179138f7e4bda3075668cd8bf21.tar.gz freebsd-ports-graphics-47cd111819800179138f7e4bda3075668cd8bf21.tar.zst freebsd-ports-graphics-47cd111819800179138f7e4bda3075668cd8bf21.zip |
Fix fetch.
Prompted by: QAT QA run
Diffstat (limited to 'emulators/prodosemu')
-rw-r--r-- | emulators/prodosemu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index ad17adda52a..523e16185f1 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -8,8 +8,7 @@ PORTNAME= prodosemu PORTVERSION= 0.1 CATEGORIES= emulators -MASTER_SITES= http://downloads.planetmirror.com/pub/apple2/emulators/prodosemu/ \ - http://www.apple2.org.za/mirrors/apple2.caltech.edu/emulators/ +MASTER_SITES= http://mirrors.apple2.org.za/apple2.caltech.edu/emulators/ DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= ports@FreeBSD.org |