Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 21:27:18 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414561 - head/games/rocksndiamonds-data
Message-ID:  <201605032127.u43LRIGx092645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue May  3 21:27:18 2016
New Revision: 414561
URL: https://svnweb.freebsd.org/changeset/ports/414561

Log:
  Remove ${PORTSDIR}/ from _DEPENDS.
  
  Sponsored by:	Absolight

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

Modified: head/games/rocksndiamonds-data/Makefile
==============================================================================
--- head/games/rocksndiamonds-data/Makefile	Tue May  3 21:15:43 2016	(r414560)
+++ head/games/rocksndiamonds-data/Makefile	Tue May  3 21:27:18 2016	(r414561)
@@ -28,7 +28,7 @@ EXTRACT_ONLY_7z=Emerald_Mine_Club-2.1.1.
 MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	Additional Player Levels for Rocks'n'Diamonds and R'n'D jue
 
-EXTRACT_DEPENDS+=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS+=${UNZIP_CMD}:archivers/unzip
 
 USES=		7z:partial
 NO_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605032127.u43LRIGx092645>