diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-02 04:11:34 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-02 04:11:34 +0800 |
commit | 6d8ba208280f29c6f0b513ccbf3bd129edd84539 (patch) | |
tree | 2f318d706d490783c4dc0d9cd004909c1969ea08 /games | |
parent | 762f58a168d76ea187fde405a7a65e07d023ac2c (diff) | |
download | freebsd-ports-gnome-6d8ba208280f29c6f0b513ccbf3bd129edd84539.tar.gz freebsd-ports-gnome-6d8ba208280f29c6f0b513ccbf3bd129edd84539.tar.zst freebsd-ports-gnome-6d8ba208280f29c6f0b513ccbf3bd129edd84539.zip |
games/alephone-data: unbreak fetch and mark NO_ARCH
PR: 199229 (partial)
Submitted by: tkato432@yahoo.com
MFH: 2015Q2
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone-data/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/alephone-data/Makefile b/games/alephone-data/Makefile index 8ba8675c5519..30eaa6826b69 100644 --- a/games/alephone-data/Makefile +++ b/games/alephone-data/Makefile @@ -5,7 +5,7 @@ PORTNAME= data PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= games -MASTER_SITES= http://www.mariusnet.com/files/Marathon/ +MASTER_SITES= http://files3.bungie.org/trilogy/ PKGNAMEPREFIX= alephone- DISTFILES= # DIST_SUBDIR= alephone @@ -13,11 +13,10 @@ DIST_SUBDIR= alephone MAINTAINER= ports@FreeBSD.org COMMENT= Released Marathon data files for the Aleph One port -BROKEN= Unfetchable - RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone USES= zip +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files |