diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-22 09:51:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-22 09:51:35 +0000 |
commit | 98052ca1a2edc43a4644041a991121d9643db7ef (patch) | |
tree | 0436854f6230bf67036c82c55f4545695302b703 /games/ioquake3 | |
parent | 4850bdc1e69f0ad5e1e4fcb235cf295f92231bb4 (diff) |
Notes
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 2c3ada8fc078..db5c822912b6 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -7,11 +7,12 @@ PORTREVISION?= 13 CATEGORIES= games MASTER_SITES?= http://ioquake3.org/files/${DISTVERSION}/ # Using zip this way enables slaves to override it. +EXTRACT_SUFX?= .zip MAINTAINER?= kamikaze@bsdforen.de COMMENT?= Cleaned-up and enhanced version of Quake 3 -USES= pkgconfig gmake zip +USES= pkgconfig gmake NO_STAGE= yes # Port configuration flags: |