Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:55:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317367 - head/games/quake3-rq3
Message-ID:  <201305042155.r44LtpSY063300@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:55:50 2013
New Revision: 317367
URL: http://svnweb.freebsd.org/changeset/ports/317367

Log:
  Mark as broken: does not fetch

Modified:
  head/games/quake3-rq3/Makefile

Modified: head/games/quake3-rq3/Makefile
==============================================================================
--- head/games/quake3-rq3/Makefile	Sat May  4 21:54:41 2013	(r317366)
+++ head/games/quake3-rq3/Makefile	Sat May  4 21:55:50 2013	(r317367)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	quake3-rq3
-# Date created:				2006-02-19
-# Whom:					Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 # $FreeBSD$
-#
 
 PORTNAME=	rq3
 PORTVERSION=	3.2
@@ -16,6 +12,8 @@ DISTNAME=	ReactionQuake3-v${PORTVERSION}
 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} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042155.r44LtpSY063300>