diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-11 15:48:53 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-11 15:48:53 +0000 |
commit | ac8cea2f821d3ef4de1415e6384f88f53154c547 (patch) | |
tree | 8c554c41dd566124394dfa7e2f592993983efc06 | |
parent | Upgrade to version 2.92 (diff) |
Add MASTER_SITES.
PR: 26432
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=41293
-rw-r--r-- | games/acorn-media/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/acorn-media/Makefile b/games/acorn-media/Makefile index 2fbfd10d3786..9b2e34fe303a 100644 --- a/games/acorn-media/Makefile +++ b/games/acorn-media/Makefile @@ -8,10 +8,10 @@ PORTNAME= acorn-media PORTVERSION= 0.3 CATEGORIES= games -#MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/acorn/0.3/media/ \ -#MASTER_SITES= http://65.100.132.89/wf/downloads/acorn/0.3/media/ \ -#MASTER_SITES= ftp://two.woovis.com/pub/worldforge/acorn/0.3/media/ \ -MASTER_SITES= http://dreadnought.res.cmu.edu/worldforge/acorn/0.3/media/ +MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/acorn/0.3/media/ \ + http://65.100.132.89/wf/downloads/acorn/0.3/media/ \ + ftp://two.woovis.com/pub/worldforge/acorn/0.3/media/ \ + http://dreadnought.res.cmu.edu/worldforge/acorn/0.3/media/ DISTNAME= acorn_media2d-0.3 MAINTAINER= lehmann@ans-netz.de |