mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
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.
This commit is contained in:
parent
a8bd9382d2
commit
802bbf72ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398226
@ -14,6 +14,7 @@ COMMENT= Quake 3 engine modified for Urban Terror (based on ioquake3)
|
||||
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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user