svn commit: r390331 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 22 21:19:06 UTC 2015
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.
More information about the svn-ports-all
mailing list