svn commit: r317377 - head/games/quake3-ut

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 22:09:59 UTC 2013


Author: bapt
Date: Sat May  4 22:09:58 2013
New Revision: 317377
URL: http://svnweb.freebsd.org/changeset/ports/317377

Log:
  Mark as broken: does not fetch

Modified:
  head/games/quake3-ut/Makefile

Modified: head/games/quake3-ut/Makefile
==============================================================================
--- head/games/quake3-ut/Makefile	Sat May  4 22:06:50 2013	(r317376)
+++ head/games/quake3-ut/Makefile	Sat May  4 22:09:58 2013	(r317377)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Q3 Mod: Urban Terror
-# Date created:				Sun Jun  3 11:49:27 EDT 2001
-# Whom:					pat
-#
+# Created by: pat
 # $FreeBSD$
-#
 
 PORTNAME=	ut
 PORTVERSION=	3.7
@@ -20,15 +16,20 @@ USE_CRLF=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 NO_PACKAGE=	"Distfile is \>256MB\; define FORCE_PACKAGE if you really want this."
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
 
 DATADIR=	${Q3DIR}/${PORTNAME}
 
+.include <bsd.port.options.mk>
+
 do-install:
 	@${MKDIR} ${DATADIR}
 .for f in *.pk3 description.txt
 	@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
 .endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for f in beta3.html radio_commands.txt readme*.txt
 	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}


More information about the svn-ports-all mailing list