svn commit: r417008 - head/Mk
Mathieu Arnold
mat at FreeBSD.org
Fri Jun 17 13:00:16 UTC 2016
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)
More information about the svn-ports-all
mailing list