From a70669db128f5ae07df42f1b7b0b90106e391205 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 6 Apr 2006 00:21:42 +0000 Subject: [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports: games/doom games/linux-quake3 games/linux-quake4 games/qcc games/quake-data games/quake-source games/quake2-data games/quake2-source games/quake2forge games/quake2lnx games/quake3 games/quake3-data games/rtcw PR: ports/93546 Submitted by: Alejandro Pulver --- games/doom/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'games/doom') diff --git a/games/doom/Makefile b/games/doom/Makefile index d1d9818c9f5e..3fc4da6cdef7 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -8,11 +8,8 @@ PORTNAME= doom PORTVERSION= 1.10 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ - http://ftp.sunet.se/pub/pc/games/idgames/idstuff/source/ \ - http://www.gamers.org/pub/idgames/idstuff/source/ \ - ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/source/ - +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} +MASTER_SITE_SUBDIR= source DISTNAME= doomsrc MAINTAINER= jmz@FreeBSD.org -- cgit v1.2.3