From 413f5ad817e418bb21db6c42d56c6e23768bec01 Mon Sep 17 00:00:00 2001 From: danfe Date: Fri, 9 Aug 2013 08:35:55 +0000 Subject: Fix a typo made in r317957 during OptionsNG conversion and unbreak the build; also fix URI of the optional models.zip distfile while here. --- games/quake2-extras/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/quake2-extras/Makefile b/games/quake2-extras/Makefile index d63091b608f5..6d5536efb9a9 100644 --- a/games/quake2-extras/Makefile +++ b/games/quake2-extras/Makefile @@ -6,7 +6,8 @@ PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/quake2/files/:retex \ http://www.icculus.org/quake2/files/:retex \ - http://www-personal.umich.edu/~jimw/q2/files/:retex2 + http://www-personal.umich.edu/~jimw/q2/files/:retex2 \ + http://www-personal.umich.edu/~jimw/q2/aq2_install/:models PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX} DISTFILES= # DIST_SUBDIR= ${LATEST_LINK} @@ -39,7 +40,7 @@ BUILD_DEPENDS+= nwreckdum:${PORTSDIR}/archivers/nwreckdum PLIST_FILES+= %%Q2DIR%%/baseq2/pak20.pak .endif -.if ${PORT_OPTIONS:MRETEXTURE} && ${PORT_OPTIONS:MRETEXTURE_FULL} +.if ${PORT_OPTIONS:MRETEXTURE} && ! ${PORT_OPTIONS:MRETEXTURE_FULL} .for i in ${RETEX_PAKS} DISTFILES+= pak${i}.pak:retex PLIST_FILES+= %%Q2DIR%%/baseq2/pak${i}.pak @@ -56,7 +57,7 @@ PLIST_FILES+= %%Q2DIR%%/baseq2/pak10.pak .endif .if ${PORT_OPTIONS:MSKINS} -DISTFILES+= ${SKINS}:retex2 +DISTFILES+= ${SKINS}:models EXTRACT_ONLY+= ${SKINS} PLIST_FILES+= %%Q2DIR%%/baseq2/pak20.pak .endif -- cgit