Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 08:35:55 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324420 - head/games/quake2-extras
Message-ID:  <201308090835.r798ZtsP035444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Aug  9 08:35:55 2013
New Revision: 324420
URL: http://svnweb.freebsd.org/changeset/ports/324420

Log:
  Fix a typo made in r317957 during OptionsNG conversion and unbreak the
  build; also fix URI of the optional models.zip distfile while here.

Modified:
  head/games/quake2-extras/Makefile

Modified: head/games/quake2-extras/Makefile
==============================================================================
--- head/games/quake2-extras/Makefile	Fri Aug  9 08:24:10 2013	(r324419)
+++ head/games/quake2-extras/Makefile	Fri Aug  9 08:35:55 2013	(r324420)
@@ -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}/ar
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308090835.r798ZtsP035444>