svn commit: r313099 - head/games/ezquake

Martin Wilke miwi at FreeBSD.org
Thu Feb 28 15:51:05 UTC 2013


Author: miwi
Date: Thu Feb 28 15:51:04 2013
New Revision: 313099
URL: http://svnweb.freebsd.org/changeset/ports/313099

Log:
  - Unbreak build
  - Trim header

Modified:
  head/games/ezquake/Makefile   (contents, props changed)

Modified: head/games/ezquake/Makefile
==============================================================================
--- head/games/ezquake/Makefile	Thu Feb 28 15:40:55 2013	(r313098)
+++ head/games/ezquake/Makefile	Thu Feb 28 15:51:04 2013	(r313099)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ezquake
-# Date created:				29 Aug 2006
-# Whom:					alepulver
-#
+# Created by: alepulver
 # $FreeBSD$
-#
 
 PORTNAME=	ezquake
 PORTVERSION=	1.9
@@ -20,7 +16,7 @@ DISTFILES=	${PORTNAME}_source_${PORTVERS
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Modern QuakeWorld client
 
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip \
+EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
 		7z:${PORTSDIR}/archivers/p7zip
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
 		pcre.3:${PORTSDIR}/devel/pcre \


More information about the svn-ports-head mailing list