mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix a typo in a path.
Submitted by: Peter Hoskin <peterh@ripewithdecay.com>
This commit is contained in:
parent
528ea8120b
commit
7eb31922ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70985
@ -29,7 +29,7 @@ GAMEDIR= ${PREFIX}/usr/games/quake3/
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.for file in ${DISTFILES}
|
||||
.if !exists(${DISTDIR}/rtcw-paks/${file})
|
||||
.if !exists(${DISTDIR}/q3-paks/${file})
|
||||
IGNORE=You must manually copy all the .pk3 files from the baseq3/ directory of an installed version of the game to the ${DISTDIR}/q3-paks directory and then run make again.
|
||||
.endif
|
||||
.endfor
|
||||
|
@ -29,7 +29,7 @@ GAMEDIR= ${PREFIX}/usr/games/quake3/
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.for file in ${DISTFILES}
|
||||
.if !exists(${DISTDIR}/rtcw-paks/${file})
|
||||
.if !exists(${DISTDIR}/q3-paks/${file})
|
||||
IGNORE=You must manually copy all the .pk3 files from the baseq3/ directory of an installed version of the game to the ${DISTDIR}/q3-paks directory and then run make again.
|
||||
.endif
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user