Date: Wed, 30 Sep 2015 17:49:02 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398226 - head/games/iourbanterror Message-ID: <201509301749.t8UHn2dq013038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Sep 30 17:49:01 2015 New Revision: 398226 URL: https://svnweb.freebsd.org/changeset/ports/398226 Log: games/iourbanterror: point to proper pkg-descr games/iourbanterror ships its own pkg-descr file, but does not define DESCR, so pkg-descr from its parent port, games/ioquake3, is used. Define DESCR to point to the proper file for games/iourbanterror and games/iourbanterror-server. While here, fix tabs/space mix in intendation and drop trailing whitespace as pointed by portlint. Modified: head/games/iourbanterror/Makefile Modified: head/games/iourbanterror/Makefile ============================================================================== --- head/games/iourbanterror/Makefile Wed Sep 30 17:42:52 2015 (r398225) +++ head/games/iourbanterror/Makefile Wed Sep 30 17:49:01 2015 (r398226) @@ -14,6 +14,7 @@ COMMENT= Quake 3 engine modified for Urb RUN_DEPENDS= urbanterror-data>0:${PORTSDIR}/games/urbanterror-data MASTERDIR= ${.CURDIR}/../ioquake3 +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr IOQ3?= CLIENT @@ -35,9 +36,9 @@ MAKE_ARGS+= BUILD_MISSIONPACK=0 \ post-patch: @(cd ${WRKSRC} && \ - for pfile in ${.CURDIR}/../${PORTNAME}/files/patch-*; do \ + for pfile in ${.CURDIR}/../${PORTNAME}/files/patch-*; do \ ${PATCH} < $${pfile}; \ - done) + done) @${REINPLACE_CMD} \ -e 's/ioquake3/${Q3CLIENT}/g' \ -e 's/ioq3ded/${Q3SERVER}/g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509301749.t8UHn2dq013038>