diff options
author | dd <dd@FreeBSD.org> | 2004-11-07 18:52:14 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2004-11-07 18:52:14 +0800 |
commit | 5f24b540de5fc42ba70fd54681fdf482c280ec7c (patch) | |
tree | 9c8135de6d4185a41841a4b8844e8a6f0d871f73 /games | |
parent | f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d (diff) | |
download | freebsd-ports-gnome-5f24b540de5fc42ba70fd54681fdf482c280ec7c.tar.gz freebsd-ports-gnome-5f24b540de5fc42ba70fd54681fdf482c280ec7c.tar.zst freebsd-ports-gnome-5f24b540de5fc42ba70fd54681fdf482c280ec7c.zip |
Unbreak by making a local copy of the distfiles. ftp.cis.uab.edu no
longer carries them although it looks like it might have equivalents
in a different format. Keep using these until someone updates the port
to use the new ones.
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-open-large/Makefile | 7 | ||||
-rw-r--r-- | games/crafty-open-medium/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index 095e46e15871..22c37f9f3df3 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -8,16 +8,13 @@ PORTNAME= crafty-open-large PORTVERSION= 19960910 CATEGORIES= games -MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/large/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dd/crafty DISTFILES= large1.zip large2.zip large3.zip large4.zip MAINTAINER= seggers@semyam.dinoco.de COMMENT= The large opening book for crafty -BROKEN= "Does not fetch" -EXPIRATION_DATE=2004-11-23 -DEPRECATED= ${BROKEN} - BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index 68b2e5456c75..41f3476f7266 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -8,16 +8,13 @@ PORTNAME= crafty-open-medium PORTVERSION= 19960910 CATEGORIES= games -MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/medium/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dd/crafty DISTNAME= medium MAINTAINER= seggers@semyam.dinoco.de COMMENT= The medium opening book (about 1.9 MByte) for crafty -BROKEN= "Does not fetch" -EXPIRATION_DATE=2004-11-23 -DEPRECATED= ${BROKEN} - BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty |