diff options
author | sat <sat@FreeBSD.org> | 2006-09-03 22:46:16 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-03 22:46:16 +0800 |
commit | 6f735b9b03e1ff4175f413bdb98781c84376efc4 (patch) | |
tree | 4043a803ada5c5fd015d91a00faddcd3554a6b05 /games | |
parent | bb70bf2751744bbad3427b0b51764cc5775dca1c (diff) | |
download | freebsd-ports-gnome-6f735b9b03e1ff4175f413bdb98781c84376efc4.tar.gz freebsd-ports-gnome-6f735b9b03e1ff4175f413bdb98781c84376efc4.tar.zst freebsd-ports-gnome-6f735b9b03e1ff4175f413bdb98781c84376efc4.zip |
Fix master sites:
- Add 'ftp://' where it was omitted
- Fix a typo
Diffstat (limited to 'games')
-rw-r--r-- | games/duke3d-data/Makefile | 14 | ||||
-rw-r--r-- | games/quake3-ra3/Makefile | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/duke3d-data/Makefile b/games/duke3d-data/Makefile index 04490cb2d010..390c07e62932 100644 --- a/games/duke3d-data/Makefile +++ b/games/duke3d-data/Makefile @@ -9,13 +9,13 @@ PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.3drealms.com/share/ \ ftp://ftp.kiarchive.ru/pub/.1/msdos/games/play/3d/ \ - ftp.relcom.ru/pub/.1/msdos/games/play/3d/ \ - ftp.relcom.ru/pub/.1/msdos/games/play/3d/ \ - ftp.lublin.pl/vol/8/planetquake/planetduke/ \ - ftp.etsimo.uniovi.es/pub/games/msdos/ \ - ftp.uniovi.es/pub/games/msdos/ \ - ftp.ziplink.net/users/rhino/ \ - ftp.kiae.su/pub/.1/msdos/games/play/3d/ + ftp://ftp.relcom.ru/pub/.1/msdos/games/play/3d/ \ + ftp://ftp.relcom.ru/pub/.1/msdos/games/play/3d/ \ + ftp://ftp.lublin.pl/vol/8/planetquake/planetduke/ \ + ftp://ftp.etsimo.uniovi.es/pub/games/msdos/ \ + ftp://ftp.uniovi.es/pub/games/msdos/ \ + ftp://ftp.ziplink.net/users/rhino/ \ + ftp://ftp.kiae.su/pub/.1/msdos/games/play/3d/ PKGNAMEPREFIX= ${DN3DPKGNAMEPREFIX} DISTFILES= # 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/.//} |