summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 72eb7d01d5e2..a266482320a4 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -912,7 +912,7 @@ MTREE_FILE= /etc/mtree/BSD.local.dist
.endif
MTREE_CMD?= /usr/sbin/mtree
.if ${OSVERSION} >= 500010
-MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p -L
+MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p
.else
MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p
.endif