aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 21:55:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 21:55:50 +0000
commita8c5fec213ff29d508a14edf23b96e54d07e2560 (patch)
tree1a159a7ed7be674eace217a09393289cad28ef8d /games
parent8fee09d1b9638c980116fada632deb77039296a6 (diff)
downloadports-a8c5fec213ff29d508a14edf23b96e54d07e2560.tar.gz
ports-a8c5fec213ff29d508a14edf23b96e54d07e2560.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/quake3-rq3/Makefile10
1 files changed, 4 insertions, 6 deletions
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 <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}-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} && \