svn commit: r313058 - head/games/ufoai-data

Martin Wilke miwi at FreeBSD.org
Wed Feb 27 14:37:44 UTC 2013


Author: miwi
Date: Wed Feb 27 14:37:43 2013
New Revision: 313058
URL: http://svnweb.freebsd.org/changeset/ports/313058

Log:
  - Fix build on FreeBSD 9
  - While here trim header

Modified:
  head/games/ufoai-data/Makefile   (contents, props changed)

Modified: head/games/ufoai-data/Makefile
==============================================================================
--- head/games/ufoai-data/Makefile	Wed Feb 27 14:30:27 2013	(r313057)
+++ head/games/ufoai-data/Makefile	Wed Feb 27 14:37:43 2013	(r313058)
@@ -1,4 +1,4 @@
-# Created by:	Alonso Cardenas Marquez <acm at FreeBSD.org>
+# Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	data
@@ -13,7 +13,7 @@ DIST_SUBDIR=	${PKGNAMEPREFIX:S/-//}
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	UFO alien invasion data files
 
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 
 NO_PACKAGE=	Package will be 900MB, set FORCE_PACKAGE if you really want it
 NO_BUILD=	yes


More information about the svn-ports-head mailing list