Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 22:09:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317377 - head/games/quake3-ut
Message-ID:  <201305042209.r44M9wm4068536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042209.r44M9wm4068536>