diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-03 14:46:16 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-03 14:46:16 +0000 |
commit | deaf2e8928f3505f3be735142762b665baf08285 (patch) | |
tree | b52417154ee2825ff6432803d3c1f0c30d777754 /games/quake3-ra3 | |
parent | 501ee1a225ebd482617c1b9eb8129c97450ffbce (diff) |
Notes
Diffstat (limited to 'games/quake3-ra3')
-rw-r--r-- | games/quake3-ra3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index b0a0ad068986..368397423115 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -8,8 +8,8 @@ PORTNAME= ra3 PORTVERSION= 1.76 CATEGORIES= games -MASTER_SITES= ftp.clanbase.com/pub/ \ - ftp.mirrors.degnet.de/pub/misc/PlanetQuake3.net/modifications/rocketarena3/ \ +MASTER_SITES= ftp://ftp.clanbase.com/pub/ \ + ftp://ftp.mirrors.degnet.de/pub/misc/PlanetQuake3.net/modifications/rocketarena3/ \ http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} |