summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-04 21:36:47 +0000
committerbapt <bapt@FreeBSD.org>2013-05-04 21:36:47 +0000
commitee69da9ccf80179a7f3385053b422a3d2cf7d2d8 (patch)
tree7bf2fa33296a33a5f580672914661cedf957ab3a
parent56307bf49352da7c6a30367d9c30ac21aadfbea3 (diff)
downloadFreeBSD-ports-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.zip
FreeBSD-ports-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.tar.gz
Mark as broken: does not fetch
-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 184dc78..b76274b 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
OpenPOWER on IntegriCloud