diff options
author | marino <marino@FreeBSD.org> | 2014-06-01 23:28:29 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-01 23:28:29 +0800 |
commit | 609349d09e283b36d3ff627f7ab815cb5394b6e3 (patch) | |
tree | a60835aa71b563cea376eaa0213f34f52f978511 /games/openarena-server | |
parent | f76656b9cc16c2c85581dc019c8f0e343e7f24b9 (diff) | |
download | freebsd-ports-gnome-609349d09e283b36d3ff627f7ab815cb5394b6e3.tar.gz freebsd-ports-gnome-609349d09e283b36d3ff627f7ab815cb5394b6e3.tar.zst freebsd-ports-gnome-609349d09e283b36d3ff627f7ab815cb5394b6e3.zip |
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)
Diffstat (limited to 'games/openarena-server')
-rw-r--r-- | games/openarena-server/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/openarena-server/Makefile b/games/openarena-server/Makefile index a170cf131881..f2c5baa89550 100644 --- a/games/openarena-server/Makefile +++ b/games/openarena-server/Makefile @@ -12,5 +12,4 @@ MASTERDIR= ${.CURDIR}/../${PORTNAME} IOQ3= SERVER -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |