Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 21:19:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390331 - head/Mk
Message-ID:  <201506222119.t5MLJ5Et010522@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 22 21:19:05 2015
New Revision: 390331
URL: https://svnweb.freebsd.org/changeset/ports/390331

Log:
  Make fetch-url-list an empty target depending on fetch-url-list-int

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jun 22 21:13:36 2015	(r390330)
+++ head/Mk/bsd.port.mk	Mon Jun 22 21:19:05 2015	(r390331)
@@ -4153,8 +4153,7 @@ fetch-urlall-list:
 .endif
 
 .if !target(fetch-url-list)
-fetch-url-list:
-	@cd ${.CURDIR} && ${MAKE} fetch-url-list-int
+fetch-url-list: fetch-url-list-int
 .endif
 
 # Generates patches.



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