diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 01:16:29 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 01:16:29 +0000 |
commit | 8286cffd1bb952df518a28294735a3e0fbbf2779 (patch) | |
tree | 485ba0da5b285fbef8aac1b60c0de73f11d8b519 /games/crossfire-client/Makefile | |
parent | 90c56e487bdd000baebab820305a0e245ac2bf9a (diff) | |
download | ports-8286cffd1bb952df518a28294735a3e0fbbf2779.tar.gz ports-8286cffd1bb952df518a28294735a3e0fbbf2779.zip |
Notes
Diffstat (limited to 'games/crossfire-client/Makefile')
-rw-r--r-- | games/crossfire-client/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index dc2d874b27dc..7849df09287d 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -8,13 +8,8 @@ PORTNAME= crossfire PORTVERSION= ${MAJ}.${MIN}.${PL} CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.real-time.com/pub/games/crossfire/ \ - ftp://ftp.ifi.uio.no/pub/crossfire/ \ - ftp://ftp.pyramid.com/pub/crossfire/ \ - ftp://ftp.sunet.se/pub/unix/games/crossfire/ \ - ftp://ftp.cs.titech.ac.jp/pub/games/crossfire/ -MASTER_SITE_SUBDIR= andreas +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/old/ \ + ftp://ftp.sunet.se/pub/unix/games/crossfire/old/ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ ${CF_ARCH} ${CF_CLSERV} |