diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-28 21:15:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-28 21:15:32 +0000 |
commit | e0c091c3ce14a4cec16ddb90eca6f9ba3014247f (patch) | |
tree | 0d0ceb5acada892a334e02beaab3706ff5708833 /games/quake2lnx | |
parent | 0e4f2cc24d8b7af2d01c4e3b35b615714d0b2e99 (diff) |
Notes
Diffstat (limited to 'games/quake2lnx')
-rw-r--r-- | games/quake2lnx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 97a1b3ba3d62..9218561fd525 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -45,8 +45,10 @@ OPTIONS= AA "Build ASCII software renderer" off \ X11 "Build X11 software driver" on \ X86_ASM "Enable use of x86 assembly code" on +DATADIR= ${Q2DIR} + ALL_TARGET= build_release -MAKE_ENV= DATADIR="${DATADIR}" LIBDIR="${LIBDIR}" +MAKE_ENV= LIBDIR="${LIBDIR}" PLIST_SUB+= LIBDIR="${LIBDIR:S/${PREFIX}\///}" |