diff options
author | danfe <danfe@FreeBSD.org> | 2013-05-12 17:45:24 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-05-12 17:45:24 +0800 |
commit | 58589c3f003df505a3e69f0c27ac87f85453a68b (patch) | |
tree | de9c2d4ca06d34df10ed92dbd6218174643c6413 /games/quake3-ut | |
parent | 5a5fdafb551177165d37402b8c4bc7463b1b0e9e (diff) | |
download | freebsd-ports-gnome-58589c3f003df505a3e69f0c27ac87f85453a68b.tar.gz freebsd-ports-gnome-58589c3f003df505a3e69f0c27ac87f85453a68b.tar.zst freebsd-ports-gnome-58589c3f003df505a3e69f0c27ac87f85453a68b.zip |
- 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.
Diffstat (limited to 'games/quake3-ut')
-rw-r--r-- | games/quake3-ut/Makefile | 18 | ||||
-rw-r--r-- | games/quake3-ut/pkg-descr | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile index 8859fe955d3a..bbec7eb6c755 100644 --- a/games/quake3-ut/Makefile +++ b/games/quake3-ut/Makefile @@ -1,4 +1,4 @@ -# Created by: pat +# Created by: Patrick Li <pat@FreeBSD.org> # $FreeBSD$ PORTNAME= ut @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/ PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= urbanTerror${PORTVERSION:S/.//}_full -MAINTAINER= danfe@FreeBSD.org -COMMENT= Quake III Arena Mod: Urban Terror +MAINTAINER= ports@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> diff --git a/games/quake3-ut/pkg-descr b/games/quake3-ut/pkg-descr index eaa81cd0b7f6..8cb9edfd8396 100644 --- a/games/quake3-ut/pkg-descr +++ b/games/quake3-ut/pkg-descr @@ -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/ |