aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 21:36:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 21:36:47 +0000
commit684fea0575145016e202d522163db5f1cc9d3d6c (patch)
tree7bf2fa33296a33a5f580672914661cedf957ab3a /games
parentf667e41b5b83d7026a34247238596ba3864a3788 (diff)
downloadports-684fea0575145016e202d522163db5f1cc9d3d6c.tar.gz
ports-684fea0575145016e202d522163db5f1cc9d3d6c.zip
Notes
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