svn commit: r317360 - head/games/quake3-ra3
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 21:36:48 UTC 2013
Author: bapt
Date: Sat May 4 21:36:47 2013
New Revision: 317360
URL: http://svnweb.freebsd.org/changeset/ports/317360
Log:
Mark as broken: does not fetch
Modified:
head/games/quake3-ra3/Makefile
Modified: head/games/quake3-ra3/Makefile
==============================================================================
--- head/games/quake3-ra3/Makefile Sat May 4 21:35:42 2013 (r317359)
+++ head/games/quake3-ra3/Makefile Sat May 4 21:36:47 2013 (r317360)
@@ -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 at databits.net
-#
+# Created by: pat at databits.net
# $FreeBSD$
-#
PORTNAME= ra3
PORTVERSION= 1.76
@@ -21,18 +17,21 @@ NO_PACKAGE= "Package will be 102MB, set
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
More information about the svn-ports-all
mailing list