diff options
author | ak <ak@FreeBSD.org> | 2014-05-22 17:51:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-22 17:51:35 +0800 |
commit | 874665335d790b6f9cc2a1444b6cf039bc10c7e6 (patch) | |
tree | 0436854f6230bf67036c82c55f4545695302b703 /games/ioquake3 | |
parent | bcf941e40edcd3019e3cda1a6edcdf1d93b21619 (diff) | |
download | freebsd-ports-gnome-874665335d790b6f9cc2a1444b6cf039bc10c7e6.tar.gz freebsd-ports-gnome-874665335d790b6f9cc2a1444b6cf039bc10c7e6.tar.zst freebsd-ports-gnome-874665335d790b6f9cc2a1444b6cf039bc10c7e6.zip |
- Use /usr/bin/unzip for zip files extraction (part 1)
PR: ports/188419
Exp-run: bdrewery
Approved by: portmgr (bapt)
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: |