diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-27 15:30:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-27 15:30:58 +0800 |
commit | 161d98f3808485b0e56bb5d62ff8ba2d92ff883f (patch) | |
tree | 655b16872857353872d380b2fbcf0939408a0b1c | |
parent | 29394219222b5902d22c2e19e4ee216757edd648 (diff) | |
download | freebsd-ports-gnome-161d98f3808485b0e56bb5d62ff8ba2d92ff883f.tar.gz freebsd-ports-gnome-161d98f3808485b0e56bb5d62ff8ba2d92ff883f.tar.zst freebsd-ports-gnome-161d98f3808485b0e56bb5d62ff8ba2d92ff883f.zip |
RP06 disk image of MIT ITS disfile location change
PR: ports/48712
Submitted by: Ken Stailey <kstailey@yahoo.com>
-rw-r--r-- | emulators/its/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/its/Makefile b/emulators/its/Makefile index dc34a7d23e34..2dcf32ab9394 100644 --- a/emulators/its/Makefile +++ b/emulators/its/Makefile @@ -8,7 +8,10 @@ PORTNAME= its PORTVERSION= 1.0 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.usefulprojects.com/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= http://filbert.tubas.net/~kstailey/ITS/ \ + http://free.babolo.ru/src/ \ + http://dl.droso.net/FreeBSD/distfiles/ + DISTNAME= PI-ITS-RP06.0-dbd9 EXTRACT_SUFX= .bz2 EXTRACT_ONLY= # none |