diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-01 03:59:21 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-01 03:59:21 +0800 |
commit | f1e8230ef82d822b9b9957292a339abb8d00f25d (patch) | |
tree | 2e6b3b50b302630144a8444d6c81a1c398b7ae0a /games/quake3 | |
parent | 5bc88e38e76804d03e39588e0d83bb38b1846fe0 (diff) | |
download | freebsd-ports-gnome-f1e8230ef82d822b9b9957292a339abb8d00f25d.tar.gz freebsd-ports-gnome-f1e8230ef82d822b9b9957292a339abb8d00f25d.tar.zst freebsd-ports-gnome-f1e8230ef82d822b9b9957292a339abb8d00f25d.zip |
Fix typos from options conversion
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 4 |
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} |