diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/openarena-oax | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Notes
Diffstat (limited to 'games/openarena-oax')
-rw-r--r-- | games/openarena-oax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile index ea4b9da3e8fd..28e4f1345d28 100644 --- a/games/openarena-oax/Makefile +++ b/games/openarena-oax/Makefile @@ -6,7 +6,6 @@ PORTVERSION= B50 CATEGORIES= games MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ DISTNAME= ${PORTNAME}${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= kamikaze@bsdforen.de COMMENT= OpenArena Mod: OpenArena Xpanded @@ -14,6 +13,7 @@ COMMENT= OpenArena Mod: OpenArena Xpanded PLIST_SUB+= DISTNAME="${DISTNAME}" \ PORTNAME="${PORTNAME}" +USES= zip NO_BUILD= yes OABASE= ${DISTNAME} |