diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 09:45:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 09:45:24 +0000 |
commit | 26bab5998f0b200ea0813b11cb88c40795c3725e (patch) | |
tree | de9c2d4ca06d34df10ed92dbd6218174643c6413 /games/quake3-ut | |
parent | cf8ca94edf9d112a0d49f914e1fb900e97df9e36 (diff) | |
download | ports-26bab5998f0b200ea0813b11cb88c40795c3725e.tar.gz ports-26bab5998f0b200ea0813b11cb88c40795c3725e.zip |
Notes
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/ |