diff options
author | danfe <danfe@FreeBSD.org> | 2009-10-05 01:18:02 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-10-05 01:18:02 +0800 |
commit | 3fa252cb271a573d84dda87865bb807712a4fc2c (patch) | |
tree | a7b0fb2544a3472cb2d4440fe72654445ebea0b5 /games/xonotic/Makefile | |
parent | 522579c32183fe5130d867e87dab24c49808b1dc (diff) | |
download | freebsd-ports-gnome-3fa252cb271a573d84dda87865bb807712a4fc2c.tar.gz freebsd-ports-gnome-3fa252cb271a573d84dda87865bb807712a4fc2c.tar.zst freebsd-ports-gnome-3fa252cb271a573d84dda87865bb807712a4fc2c.zip |
Update to version 2.5.2.
Diffstat (limited to 'games/xonotic/Makefile')
-rw-r--r-- | games/xonotic/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 3baed43f7bac..cead9392ef06 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nexuiz -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -15,7 +15,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter -NO_PACKAGE= Package will be 724MB, set FORCE_PACKAGE if you really want to build it +# Package size below is for default set of OPTIONS +NO_PACKAGE= Package will be 942MB, set FORCE_PACKAGE if you really want it USE_ZIP= yes @@ -77,7 +78,7 @@ PLIST_SUB+= SERVER="@comment " .endif post-extract: - @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20090501.zip \ + @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20091001.zip \ -d ${WRKDIR}/Nexuiz/sources post-patch: @@ -98,7 +99,8 @@ do-install: .endif .if !defined(WITHOUT_SERVER) cd ${WRKDIR}/Nexuiz && ${COPYTREE_SHARE} server ${DATADIR} - ${FIND} ${DATADIR}/server -type f -name \*.sh -o -name \*.pl | \ +# Fixup lost +x permissions on scripts after COPYTREE_SHARE + ${FIND} ${DATADIR}/server -type f -name *.sh -o -name rcon*.pl | \ ${XARGS} ${CHMOD} +x .endif |