1
0
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:
Nik Clayton 2002-11-24 10:32:52 +00:00
parent 528ea8120b
commit 7eb31922ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70985
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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