aboutsummaryrefslogtreecommitdiff
path: root/games/quake3
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-31 19:59:21 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-31 19:59:21 +0000
commit51f8e1354a7e7a5de042d1fd86cb60f6d99d7d38 (patch)
tree2e6b3b50b302630144a8444d6c81a1c398b7ae0a /games/quake3
parent579c40e83f57a62a3b191a7c598cee6f439377db (diff)
downloadports-51f8e1354a7e7a5de042d1fd86cb60f6d99d7d38.tar.gz
ports-51f8e1354a7e7a5de042d1fd86cb60f6d99d7d38.zip
Fix typos from options conversion
Notes
Notes: svn path=/head/; revision=319541
Diffstat (limited to 'games/quake3')
-rw-r--r--games/quake3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile
index ce4790705476..cc4ae8dd93e7 100644
--- a/games/quake3/Makefile
+++ b/games/quake3/Makefile
@@ -79,7 +79,7 @@ Q3BIN+= q3ded
PLIST_SUB+= DEDICATED="@comment "
.endif
-.if ${PORT_OPTIONS:MGAMELIBS) || !defined(HAVE_VM_COMPILED}
+.if ${PORT_OPTIONS:MGAMELIBS} || !defined(HAVE_VM_COMPILED)
MAKE_ENV+= GAMELIBS=YES
PLIST_SUB+= GAMELIBS=""
.else
@@ -111,7 +111,7 @@ do-install:
.for bin in ${Q3BIN}
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/release/${bin} ${PREFIX}/bin
.endfor
-.if ${PORT_OPTIONS:MGAMELIBS) || !defined(HAVE_VM_COMPILED}
+.if ${PORT_OPTIONS:MGAMELIBS} || !defined(HAVE_VM_COMPILED)
.for dir in baseq3 missionpack
${MKDIR} ${LIBDIR}/${dir}
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/release/${dir}/*.so ${LIBDIR}/${dir}