Date: Fri, 17 Jun 2016 13:00:15 +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: r417008 - head/Mk Message-ID: <201606171300.u5HD0F5K001271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Jun 17 13:00:15 2016 New Revision: 417008 URL: https://svnweb.freebsd.org/changeset/ports/417008 Log: Grmbl, poudriere still calls this unused empty target, so putting it back. Reported by: antoine Sponsored by: Absolight Modified: head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Jun 17 12:56:55 2016 (r417007) +++ head/Mk/bsd.port.mk Fri Jun 17 13:00:15 2016 (r417008) @@ -3571,6 +3571,11 @@ check-umask: fi .endif +.if !target(install-mtree) +install-mtree: + @${DO_NADA} +.endif + .if !target(install-ldconfig-file) install-ldconfig-file: . if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606171300.u5HD0F5K001271>