From ab1a96ea4c697cfcafc301d0f4f7788ccf990c33 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 4 May 2013 21:55:50 +0000 Subject: Mark as broken: does not fetch --- games/quake3-rq3/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/quake3-rq3/Makefile b/games/quake3-rq3/Makefile index ca4b4f638872..5422bd51aed4 100644 --- a/games/quake3-rq3/Makefile +++ b/games/quake3-rq3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: quake3-rq3 -# Date created: 2006-02-19 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= rq3 PORTVERSION= 3.2 @@ -16,6 +12,8 @@ DISTNAME= ReactionQuake3-v${PORTVERSION}-Full MAINTAINER= acm@FreeBSD.org COMMENT= Quake III Arena Mod: Reaction Quake 3 +BROKEN= Does not fetch + USE_ZIP= yes USE_CRLF= yes NO_BUILD= yes @@ -32,7 +30,7 @@ do-install: .for FILE in *.cfg *.pk3 *.ini *.qst *.apk *.ico description.txt @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DATADIR} .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} . for DIRE in docs mapdocs @${MKDIR} ${DOCSDIR}/${DIRE} @cd ${WRKSRC}/${DIRE} && \ -- cgit