summaryrefslogtreecommitdiff
path: root/games/quake3-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--games/quake3-data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3-data/Makefile b/games/quake3-data/Makefile
index 9f703334b8cc..7ef4becfb4d1 100644
--- a/games/quake3-data/Makefile
+++ b/games/quake3-data/Makefile
@@ -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