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