diff options
Diffstat (limited to 'games/nexuiz/Makefile')
-rw-r--r-- | games/nexuiz/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 56f91ac2129d..00504f652d2a 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nexuiz -PORTVERSION= 2.1 +PORTVERSION= 2.2.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,7 @@ ALL_TARGET= # PLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ %%SERVER%%bin/${PORTNAME}-dedicated %%DATADIR%%/data/common-spog.pk3 \ - %%DATADIR%%/data/data20060905.pk3 + %%DATADIR%%/data/data20070123.pk3 PLIST_DIRS= %%DATADIR%%/data %%DATADIR%% OPTIONS= CLIENT "Build GLX client" on \ @@ -66,10 +66,8 @@ PLIST_SUB+= SERVER="@comment " .endif pre-patch: - @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20060905.zip \ + @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20070123.zip \ -d ${WRKDIR}/Nexuiz/sources - @${REINPLACE_CMD} -E 's,sdl-config,${SDL_CONFIG},g' \ - ${WRKSRC}/makefile.inc @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},; 88,$$d' \ ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -E 's,(fs_basedir\, )"",\1"${DATADIR}",' ${WRKSRC}/fs.c |