aboutsummaryrefslogtreecommitdiff
path: root/games/openarena-oax
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-29 19:20:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-29 19:20:28 +0000
commit236cdb0fb5f6216769bad12002b55cd86d3cb9c1 (patch)
tree3194d39eb84a0f22bb3fcfb1af9e16d5a190af6e /games/openarena-oax
parentcf93c79e1756ac321f383d44139eddcae9b29fc0 (diff)
downloadports-236cdb0fb5f6216769bad12002b55cd86d3cb9c1.tar.gz
ports-236cdb0fb5f6216769bad12002b55cd86d3cb9c1.zip
Notes
Diffstat (limited to 'games/openarena-oax')
-rw-r--r--games/openarena-oax/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile
index f7282f54a278..f2f10f822e66 100644
--- a/games/openarena-oax/Makefile
+++ b/games/openarena-oax/Makefile
@@ -25,9 +25,11 @@ NO_BUILD= yes
OABASE= ${DISTNAME}
+post-extract:
+ ${UNZIP_CMD} -j ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
+
do-install:
- @${MKDIR} ${DATADIR}
- @${UNZIP_CMD} ${DISTDIR}/${DISTFILES} -d ${OADIR}
- @${CHMOD} -R o-w ${DATADIR}
+ ${MKDIR} ${DATADIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
.include "../openarena/Makefile.include"