From f1e8230ef82d822b9b9957292a339abb8d00f25d Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 31 May 2013 19:59:21 +0000 Subject: Fix typos from options conversion --- games/quake3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') 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} -- cgit