aboutsummaryrefslogtreecommitdiff
path: root/games/xonotic
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-06-09 15:09:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-06-09 15:09:07 +0000
commit80d5e5f528f200810d5233ebedf03564ff0ae4f5 (patch)
tree24273175d94a270c02043bcce71c00c203e20c65 /games/xonotic
parentca4fadfff4ca14b4a53b37334bf1be0f4ddd63ec (diff)
downloadports-80d5e5f528f200810d5233ebedf03564ff0ae4f5.tar.gz
ports-80d5e5f528f200810d5233ebedf03564ff0ae4f5.zip
Notes
Diffstat (limited to 'games/xonotic')
-rw-r--r--games/xonotic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile
index 5b0c22f24053..72075a3b0c92 100644
--- a/games/xonotic/Makefile
+++ b/games/xonotic/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xonotic
PORTVERSION= 0.8.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://nl.dl.xonotic.org/ \
http://mirror.bitmissile.com/xonotic/releases/
@@ -64,6 +65,7 @@ post-patch:
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/data
${INSTALL_DATA} ${WRKSRC}/data/*.pk3 ${STAGEDIR}${DATADIR}/data/
+ ${INSTALL_DATA} ${WRKSRC}/key_0.d0pk ${STAGEDIR}${DATADIR}/
do-install-CLIENT-on:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/darkplaces-sdl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@@ -76,7 +78,4 @@ do-install-DEDICATED-on:
${FIND} ${STAGEDIR}${DATADIR}/server -type f -name *.sh -o -name rcon*.pl | \
${XARGS} ${CHMOD} +x
-do-install-ENCRYPTION-on:
- ${INSTALL_DATA} ${WRKSRC}/key_0.d0pk ${STAGEDIR}${DATADIR}/
-
.include <bsd.port.mk>