aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-09 10:58:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-09 10:58:26 +0000
commitf90173f09b5fc6f88d09fe9810b4b7a83d92f3a3 (patch)
tree929283896a7e034df1c808a56f95c3c17a8e9d1f /Mk/bsd.port.mk
parentd73f4c814a55b2c5e3c83b7632e39c1d0505af6c (diff)
downloadports-f90173f09b5fc6f88d09fe9810b4b7a83d92f3a3.tar.gz
ports-f90173f09b5fc6f88d09fe9810b4b7a83d92f3a3.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d1c4bfd56aa8..9be850fb739c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3435,6 +3435,12 @@ check-umask:
fi
.endif
+# Needed for poudriere wait for at least a year before removing
+# XXX 2017-04-09
+.if !target(install-mtree)
+install-mtree:
+.endif
+
.if !target(install-ldconfig-file)
install-ldconfig-file:
. if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)