aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-07-26 05:01:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-07-26 05:01:38 +0000
commitd346e6965a58f2fd35c14f35042d8bacd05c1a50 (patch)
tree65a3039a424c1fd424d6a9aee60428b63ac7b366 /Mk
parentf42ed7d5e44c43b3201d153735045667a92c8474 (diff)
downloadports-d346e6965a58f2fd35c14f35042d8bacd05c1a50.tar.gz
ports-d346e6965a58f2fd35c14f35042d8bacd05c1a50.zip
Revert mtree change for now.
Requested by: marcel, ache
Notes
Notes: svn path=/head/; revision=31039
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a266482320a4..4d525f3abb34 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -911,11 +911,7 @@ MTREE_FILE= /etc/mtree/BSD.local.dist
.endif
.endif
MTREE_CMD?= /usr/sbin/mtree
-.if ${OSVERSION} >= 500010
-MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p
-.else
MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p
-.endif
# A few aliases for *-install targets
INSTALL_PROGRAM= \