From 609349d09e283b36d3ff627f7ab815cb5394b6e3 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 1 Jun 2014 15:28:29 +0000 Subject: games: ioquak3* iourbanterror* openarena*: Update and stage support The patch applied without incident. Tested on DragonFly poudriere, everything built fine. It include an i386 fix, which is why the previous commit was reverted. The only modification was to change EXTRACT_CMD to TAR in a couple of places. PR: ports/187859 submitted by; maintainer (Dominic Fandrey) --- games/ioquake3-server/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'games/ioquake3-server') diff --git a/games/ioquake3-server/Makefile b/games/ioquake3-server/Makefile index b5c3312c447f..157753675370 100644 --- a/games/ioquake3-server/Makefile +++ b/games/ioquake3-server/Makefile @@ -12,5 +12,4 @@ MASTERDIR= ${.CURDIR}/../${PORTNAME} IOQ3= SERVER GAMELIBS -NO_STAGE= yes .include "${MASTERDIR}/Makefile" -- cgit