diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2001-09-23 05:50:35 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2001-09-23 05:50:35 +0000 |
commit | 4a1957db1fdc79491c11da1ffc457e35ff511520 (patch) | |
tree | 298397316e183bc91f5ad07c41cfc61c0204b5a3 /games | |
parent | Update to 0.1.6b. (diff) |
Start using ftp.ifarchive.org as ftp.gmd.de is scheduled to go away.
Submitted by: Adam Kranzel <adam@alameda.edu>
Notes
Notes:
svn path=/head/; revision=48110
Diffstat (limited to '')
-rw-r--r-- | games/inform/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index 384b0b63c589..6fd8491cbfc3 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -8,14 +8,14 @@ PORTNAME= inform PORTVERSION= 6.21 CATEGORIES= games -MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/ \ - ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/library/ +MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/source/ \ + ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/library/ DISTFILES= inform621_source.zip inform_library610.zip MAINTAINER= mph@freebsd.org .if !defined(NOPORTDOCS) -MASTER_SITES+= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/manuals/old/ +MASTER_SITES+= ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/old/ DISTFILES+= designers_manual_html.zip .endif |