svn commit: r398226 - head/games/iourbanterror

Roman Bogorodskiy novel at FreeBSD.org
Wed Sep 30 17:49:02 UTC 2015


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' \


More information about the svn-ports-all mailing list