diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-05-25 21:54:08 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-05-25 21:54:08 +0000 |
commit | 66c6b65ac0868be2fdeed3412219964a88436d6c (patch) | |
tree | 237fb6fffb2e1d4a2e4e8aefd538109711e57d06 /games/q3cellshading | |
parent | cbc0ea9a1abd814dc758f62d9c341228710a7ac5 (diff) | |
download | ports-66c6b65ac0868be2fdeed3412219964a88436d6c.tar.gz ports-66c6b65ac0868be2fdeed3412219964a88436d6c.zip |
Notes
Diffstat (limited to 'games/q3cellshading')
-rw-r--r-- | games/q3cellshading/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index c764ffb614b1..8b69ea6c6bc2 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -32,7 +32,7 @@ OPTIONS= CLIENT "Build client" on \ OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ SMP "Build SMP (threaded) client" on -MAKE_ENV= LIBDIR="${LIBDIR}" DLL_ONLY=true +MAKE_ENV= LIBDIR="${LIBDIR}" PLIST_SUB= LIBDIR="${LIBDIR:S/${PREFIX}\///}" LIBDIR= ${PREFIX}/lib/${PORTNAME} |