From owner-svn-ports-head@freebsd.org Tue May 3 21:27:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5447EB2CCB8; Tue, 3 May 2016 21:27:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A471A2C; Tue, 3 May 2016 21:27:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43LRIDU092646; Tue, 3 May 2016 21:27:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43LRIGx092645; Tue, 3 May 2016 21:27:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605032127.u43LRIGx092645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 3 May 2016 21:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414561 - head/games/rocksndiamonds-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 21:27:19 -0000 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