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

Alexey Dokuchaev danfe at FreeBSD.org
Sun May 12 09:45:25 UTC 2013


Author: danfe
Date: Sun May 12 09:45:24 2013
New Revision: 317940
URL: http://svnweb.freebsd.org/changeset/ports/317940

Log:
  - Cleanup Makefile, unmute installation commands, etc.
  - Update project URL in port description; drop maintainership
  
  NB: Urban Terror was recently converted to standalone game that does not
  require Quake III Arena anymore.  Their current version is 4.2.  Perhaps
  this port should be update to chase upstream.

Modified:
  head/games/quake3-ut/Makefile
  head/games/quake3-ut/pkg-descr

Modified: head/games/quake3-ut/Makefile
==============================================================================
--- head/games/quake3-ut/Makefile	Sun May 12 08:49:10 2013	(r317939)
+++ head/games/quake3-ut/Makefile	Sun May 12 09:45:24 2013	(r317940)
@@ -1,4 +1,4 @@
-# Created by: pat
+# Created by: Patrick Li <pat at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	ut
@@ -8,8 +8,8 @@ MASTER_SITES=	ftp://ftp.snt.utwente.nl/p
 PKGNAMEPREFIX=	${Q3PKGNAMEPREFIX}
 DISTNAME=	urbanTerror${PORTVERSION:S/.//}_full
 
-MAINTAINER=	danfe at FreeBSD.org
-COMMENT=	Quake III Arena Mod: Urban Terror
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	Quake III Arena mod: Urban Terror
 
 USE_ZIP=	yes
 USE_CRLF=	yes
@@ -21,21 +21,21 @@ USE_GMAKE=	yes
 .endif
 
 DATADIR=	${Q3DIR}/${PORTNAME}
+PORT_OPTIONS=	DOCS
 
+.include "${.CURDIR}/../quake3-data/Makefile.include"
 .include <bsd.port.options.mk>
 
 do-install:
 	@${MKDIR} ${DATADIR}
 .for f in *.pk3 description.txt
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.for f in beta3.html radio_commands.txt readme*.txt
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
+.  for f in beta3.html radio_commands.txt readme*.txt
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.  endfor
 .endif
 
-.include "${.CURDIR}/../quake3-data/Makefile.include"
-
 .include <bsd.port.mk>

Modified: head/games/quake3-ut/pkg-descr
==============================================================================
--- head/games/quake3-ut/pkg-descr	Sun May 12 08:49:10 2013	(r317939)
+++ head/games/quake3-ut/pkg-descr	Sun May 12 09:45:24 2013	(r317940)
@@ -1,3 +1,3 @@
 Urban Terror is a realism based "total conversion mod" for Quake III Arena.
 
-WWW: http://www.urbanterror.net/
+WWW: http://www.urbanterror.info/


More information about the svn-ports-all mailing list