diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-01 15:28:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-01 15:28:29 +0000 |
commit | 4a5c97cd515131649397e390a219423754e3d667 (patch) | |
tree | a60835aa71b563cea376eaa0213f34f52f978511 /games/openarena-oax | |
parent | b89c89362f4a0ac919af7d57adeb8a1a5a3630b6 (diff) | |
download | ports-4a5c97cd515131649397e390a219423754e3d667.tar.gz ports-4a5c97cd515131649397e390a219423754e3d667.zip |
Notes
Diffstat (limited to 'games/openarena-oax')
-rw-r--r-- | games/openarena-oax/Makefile | 7 | ||||
-rw-r--r-- | games/openarena-oax/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile index 28e4f1345d28..61fad9553546 100644 --- a/games/openarena-oax/Makefile +++ b/games/openarena-oax/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oax -PORTVERSION= B50 +PORTVERSION= B51 CATEGORIES= games MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -18,10 +18,9 @@ NO_BUILD= yes OABASE= ${DISTNAME} -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}) + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) .include "../openarena/Makefile.include" diff --git a/games/openarena-oax/distinfo b/games/openarena-oax/distinfo index d16caa564d35..03c40f292553 100644 --- a/games/openarena-oax/distinfo +++ b/games/openarena-oax/distinfo @@ -1,2 +1,2 @@ -SHA256 (oaxB50.zip) = 8c3a8846544acc4498a0bdc2fdbeb2206f9dd003be06498aab62e4573d7d108f -SIZE (oaxB50.zip) = 472236 +SHA256 (oaxB51.zip) = cbc6580f608367718c69f139fba2fdd0a6bf68c18efd73bef620217931762656 +SIZE (oaxB51.zip) = 481791 |