svn commit: r324420 - head/games/quake2-extras
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Aug 9 08:35:55 UTC 2013
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
More information about the svn-ports-all
mailing list