aboutsummaryrefslogtreecommitdiff
path: root/games/openarena-oax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/openarena-oax/Makefile')
-rw-r--r--games/openarena-oax/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile
index 28940cad691d..24e02f412281 100644
--- a/games/openarena-oax/Makefile
+++ b/games/openarena-oax/Makefile
@@ -11,13 +11,10 @@ CATEGORIES= games
MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .zip
-EXTRACT_ONLY=
MAINTAINER= kamikaze@bsdforen.de
COMMENT= OpenArena Mod: OpenArena Xpanded
-USE_ZIP= yes
-
PLIST_SUB+= DISTNAME="${DISTNAME}" \
PORTNAME="${PORTNAME}"
@@ -25,11 +22,10 @@ NO_BUILD= yes
OABASE= ${DISTNAME}
-post-extract:
- ${UNZIP_CMD} -j ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
-
do-install:
${MKDIR} ${DATADIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
.include "../openarena/Makefile.include"
+
+.include <bsd.port.post.mk>