From 518e88026637e7ece511089e0b6896c251955f64 Mon Sep 17 00:00:00 2001 From: edwin 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/qcc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/qcc') diff --git a/games/qcc/Makefile b/games/qcc/Makefile index 78d7d62d1c5c..262e78caf05c 100644 --- a/games/qcc/Makefile +++ b/games/qcc/Makefile @@ -8,7 +8,8 @@ PORTNAME= qcc PORTVERSION= 1.01 CATEGORIES= games devel -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} +MASTER_SITE_SUBDIR= source DISTNAME= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org -- cgit