diff options
author | nik <nik@FreeBSD.org> | 2002-11-24 18:32:52 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-11-24 18:32:52 +0800 |
commit | 2e79d6d9add8df80046ca41f62f1730775e07aeb (patch) | |
tree | dbabb53e7f7d5df0aa8b80d691111a8b86dc4dc2 | |
parent | 8bf8467d41bc9abf02fdeff60e283dec643d74cb (diff) | |
download | freebsd-ports-gnome-2e79d6d9add8df80046ca41f62f1730775e07aeb.tar.gz freebsd-ports-gnome-2e79d6d9add8df80046ca41f62f1730775e07aeb.tar.zst freebsd-ports-gnome-2e79d6d9add8df80046ca41f62f1730775e07aeb.zip |
Fix a typo in a path.
Submitted by: Peter Hoskin <peterh@ripewithdecay.com>
-rw-r--r-- | games/q3-paks/Makefile | 2 | ||||
-rw-r--r-- | games/quake3-data/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |