Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:36:48 +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: r317360 - head/games/quake3-ra3
Message-ID:  <201305042136.r44LamKw056282@svn.freebsd.org>

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

Log:
  Mark as broken: does not fetch

Modified:
  head/games/quake3-ra3/Makefile

Modified: head/games/quake3-ra3/Makefile
==============================================================================
--- head/games/quake3-ra3/Makefile	Sat May  4 21:35:42 2013	(r317359)
+++ head/games/quake3-ra3/Makefile	Sat May  4 21:36:47 2013	(r317360)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Q3 Mod: Rocket Arena 3
-# Date created:				Sun Jun  3 00:53:00 EDT 2001
-# Whom:					pat@databits.net
-#
+# Created by: pat@databits.net
 # $FreeBSD$
-#
 
 PORTNAME=	ra3
 PORTVERSION=	1.76
@@ -21,18 +17,21 @@ NO_PACKAGE=	"Package will be 102MB, set 
 
 WRKSRC=		${WRKDIR}/arena
 
+BROKEN=		Does not fetch
 USE_ZIP=	yes
 USE_CRLF=	yes
 NO_BUILD=	yes
 
 DATADIR=	${Q3DIR}/${PORTNAME}
 
+.include <bsd.port.options.mk>
+
 do-install:
 	@${MKDIR} ${DATADIR}
 .for f in *.cfg *.pk3
 	@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
 .endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
 .endif



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