svn commit: r311708 - head/games/quake-data
Baptiste Daroussin
bapt at FreeBSD.org
Tue Feb 5 12:01:25 UTC 2013
Author: bapt
Date: Tue Feb 5 12:01:24 2013
New Revision: 311708
URL: http://svnweb.freebsd.org/changeset/ports/311708
Log:
Fix build on FreeBSD 9+
Modified:
head/games/quake-data/Makefile
Modified: head/games/quake-data/Makefile
==============================================================================
--- head/games/quake-data/Makefile Tue Feb 5 12:00:34 2013 (r311707)
+++ head/games/quake-data/Makefile Tue Feb 5 12:01:24 2013 (r311708)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: quake-data
-# Date created: 11 Sep 2005
-# Whom: Alejandro Pulver <alejandro at varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro at varnet.biz>
# $FreeBSD$
-#
PORTNAME= data
PORTVERSION= 1.0.6
@@ -19,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= danfe at FreeBSD.org
COMMENT= Quake data files
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
NO_BUILD= yes
NO_WRKSUBDIR= yes
More information about the svn-ports-head
mailing list