From 684fea0575145016e202d522163db5f1cc9d3d6c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 4 May 2013 21:36:47 +0000 Subject: [PATCH] Mark as broken: does not fetch --- games/quake3-ra3/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index 184dc78a0ebc..b76274b5c63b 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -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 FORCE_PACKAGE if you really want to buil WRKSRC= ${WRKDIR}/arena +BROKEN= Does not fetch USE_ZIP= yes USE_CRLF= yes NO_BUILD= yes DATADIR= ${Q3DIR}/${PORTNAME} +.include + 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