aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-05 05:36:47 +0800
committerbapt <bapt@FreeBSD.org>2013-05-05 05:36:47 +0800
commitee69da9ccf80179a7f3385053b422a3d2cf7d2d8 (patch)
tree7bf2fa33296a33a5f580672914661cedf957ab3a /games
parent56307bf49352da7c6a30367d9c30ac21aadfbea3 (diff)
downloadfreebsd-ports-gnome-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.tar.gz
freebsd-ports-gnome-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.tar.zst
freebsd-ports-gnome-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.zip
Mark as broken: does not fetch
Diffstat (limited to 'games')
-rw-r--r--games/quake3-ra3/Makefile11
1 files 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 <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