aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-07-20 20:54:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-07-20 20:54:24 +0000
commit91c5e647449763f452099da139b1e72a4695df1a (patch)
treed2904406c22b8e35c5a8766207482b8e396e7995 /Mk
parent8e2e779ef64362bca8d27d81b1318ddc6c822134 (diff)
downloadports-91c5e647449763f452099da139b1e72a4695df1a.tar.gz
ports-91c5e647449763f452099da139b1e72a4695df1a.zip
-L of mtree should be before -p, not after (since -p takes an argument, d'oh!)
Submitted by: Donn Miller <dmmiller@cvzoom.net>
Notes
Notes: svn path=/head/; revision=30924
Diffstat (limited to 'Mk')
-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