svn commit: r352416 - head/games/nexuiz

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 27 13:12:38 UTC 2014


Author: amdmi3
Date: Sun Apr 27 13:12:38 2014
New Revision: 352416
URL: http://svnweb.freebsd.org/changeset/ports/352416
QAT: https://qat.redports.org/buildarchive/r352416/

Log:
  - Fix fetch
  
  PR:		189045
  Submitted by:	Alexander Panyushkin <vsityz at gmail.com>
  Pointyhat to:	bapt

Modified:
  head/games/nexuiz/Makefile

Modified: head/games/nexuiz/Makefile
==============================================================================
--- head/games/nexuiz/Makefile	Sun Apr 27 12:27:22 2014	(r352415)
+++ head/games/nexuiz/Makefile	Sun Apr 27 13:12:38 2014	(r352416)
@@ -20,7 +20,7 @@ LICENSE=	GPLv2
 
 MANUAL_PACKAGE_BUILD=   huge
 
-SUES=		zip
+USES=		zip
 WRKSRC=		${WRKDIR}/Nexuiz/sources/darkplaces
 MAKEFILE=	BSDmakefile
 MAKE_ARGS=	DP_FS_BASEDIR="${DATADIR}" CC="${CC}" \


More information about the svn-ports-all mailing list